Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You might check out the norm option to matrix_plot (see the docs), which takes a value argument that does away with scaling before applying a colormap.

You might check out the norm option to matrix_plot (see the docs), which takes a value argument that does away with scaling before applying a colormap.colormap. You can also specify a function that does the colormapping. See also the matplotlib documentation for colormaps and the normalizing functions.