nispace.plotting.heatmap
- nispace.plotting.heatmap(ax, data_colors=None, data_sizes=None, data_shapes=None, mapping_shapes=None, annotation=None, mask=None, cmap='auto', symmetric_cmap=True, size_scale=(0.2, 1), shape='square', color='tab:blue', edgecolor='k', linewidth=0.075, square=True, spines=False, spinewidth=0.1, spinecolor='k', xy_pad=0.1, xtick_labels=None, ytick_labels=None, legend_orientation='vertical', legend_colors=True, legend_colors_kwargs=None, legend_sizes=True, legend_sizes_kwargs=None, legend_shapes=True, legend_shapes_kwargs=None)[source]
Draw a heatmap-style grid of markers whose color, size, and/or shape each independently encode a separate 2D array (data_colors, data_sizes, data_shapes), with an optional boolean mask and automatic legends for each encoded dimension.
Experimental: this function is still under active development and its parameters/behavior may change in future releases.