| [ Web Proxy ] |
| Viewing: https://matplotlib.org/stable/api/_as_gen/../_as_gen/../_as_gen/matplotlib.colors.MultiNorm.html | [Back] [Original] |
Section Navigation
matplotlibmatplotlib.animationmatplotlib.artistmatplotlib.axesmatplotlib.axismatplotlib.backend_basesmatplotlib.backend_managersmatplotlib.backend_toolsmatplotlib.backendsmatplotlib.backends.backend_mixedmatplotlib.backends.backend_templatematplotlib.backends.backend_aggmatplotlib.backends.backend_cairomatplotlib.backends.backend_gtk3agg, matplotlib.backends.backend_gtk3cairomatplotlib.backends.backend_gtk4agg, matplotlib.backends.backend_gtk4cairomatplotlib.backends.backend_nbaggmatplotlib.backends.backend_pdfmatplotlib.backends.backend_pgfmatplotlib.backends.backend_psmatplotlib.backends.registrymatplotlib.backends.backend_qtagg, matplotlib.backends.backend_qtcairomatplotlib.backends.backend_svgmatplotlib.backends.backend_tkagg, matplotlib.backends.backend_tkcairomatplotlib.backends.backend_webagg_corematplotlib.backends.backend_webaggmatplotlib.backends.backend_wxagg, matplotlib.backends.backend_wxcairomatplotlib.beziermatplotlib.categorymatplotlib.cbookmatplotlib.cmmatplotlib.collectionsmatplotlib.colorbarmatplotlib.colorizermatplotlib.colorsmatplotlib.containermatplotlib.contourmatplotlib.datesmatplotlib.dvireadmatplotlib.figurematplotlib.font_managermatplotlib.ft2fontmatplotlib.gridspec
matplotlib.hatchmatplotlib.imagematplotlib.insetmatplotlib.layout_enginematplotlib.legendmatplotlib.legend_handlermatplotlib.lines
matplotlib.markers
matplotlib.mathtextmatplotlib.mlabmatplotlib.offsetboxmatplotlib.patchesmatplotlib.pathmatplotlib.patheffectsmatplotlib.pyplotmatplotlib.projections
matplotlib.quiver
matplotlib.rcsetupmatplotlib.sankeymatplotlib.scalematplotlib.sphinxext.mathmplmatplotlib.sphinxext.plot_directivematplotlib.sphinxext.figmpl_directivematplotlib.sphinxext.rolesmatplotlib.spinesmatplotlib.stylematplotlib.tablematplotlib.testingmatplotlib.textmatplotlib.texmanagermatplotlib.tickermatplotlib.transformsmatplotlib.trimatplotlib.typingmatplotlib.unitsmatplotlib.widgetsmatplotlib._afmmatplotlib._apimatplotlib._docstringmatplotlib._enumsmatplotlib._type1fontmatplotlib._tight_bboxmatplotlib._tight_layoutmpl_toolkits.mplot3dmpl_toolkits.axes_grid1mpl_toolkits.axisartistpylabmatplotlib.colorsBases: Norm
A class which contains multiple scalar norms.
Normalize)The constituent norms. The list must have a minimum length of 1.
Limits of the constituent norms. If a list, one value is assigned to each of the constituent norms. If None, the limits of the constituent norms are not changed.
Determines the behavior for mapping values outside the range
[vmin, vmax] for the constituent norms.
If a list, each value is assigned to each of the constituent
norms.
If None, the behaviour of the constituent norms is not changed.
Normalize the data and return the normalized data.
Each component of the input is normalized via the constituent norm.
The input data, as an iterable or a structured numpy array.
If iterable, must be of length n_components. Each element can be a
scalar or array-like and is normalized through the corresponding norm.
If structured array, must have n_components fields. Each field
is normalized through the corresponding norm.
Determines the behavior for mapping values outside the range
[vmin, vmax]. See the description of the parameter clip in
Normalize.
If None, defaults to self.clip (which defaults to
False).
Normalized input values
Notes
If not already initialized, self.vmin and self.vmax are
initialized using self.autoscale_None(values).
For each constituent norm, set vmin, vmax to min, max of the corresponding component in A.
The input data, as an iterable or a structured numpy array.
If iterable, must be of length n_components. Each element
is used for the limits of one constituent norm.
If structured array, must have n_components fields. Each field
is used for the limits of one constituent norm.
If vmin or vmax are not set on any constituent norm, use the min/max of the corresponding component in A to set them.
The input data, as an iterable or a structured numpy array.
If iterable, must be of length n_components. Each element
is used for the limits of one constituent norm.
If structured array, must have n_components fields. Each field
is used for the limits of one constituent norm.
The clip behaviour of each constituent norm.
Map the normalized values (i.e., index in the colormap) back to data values.
The input data, as an iterable or a structured numpy array.
If iterable, must be of length n_components. Each element can be a
scalar or array-like and is mapped through the corresponding norm.
If structured array, must have n_components fields. Each field
is mapped through the corresponding norm.
The upper limit of each constituent norm.
The lower limit of each constituent norm.
Copyright 20022012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 20122026 The Matplotlib development team.
Created using Sphinx 9.1.0.
Built from v3.11.2-1-g879ad8ebba.
Built with the PyData Sphinx Theme 0.16.1.
| Web Proxy Viewer | New URL | Original Page |