User Tools

Site Tools


other:python:jyp_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:jyp_steps [2019/08/27 09:07]
jypeter [Useful matplotlib reference pages] Added cmap information
other:python:jyp_steps [2019/08/27 09:25]
jypeter [Useful matplotlib reference pages] Details about special colors (for extend)
Line 304: Line 304:
     * Special colormap colors     * Special colormap colors
       * ''​my_cmap.set_bad(color='​k'​)'':​ color to be used for **masked** values       * ''​my_cmap.set_bad(color='​k'​)'':​ color to be used for **masked** values
-      * ''​my_cmap.set_over(color='​k'​)'':​ color to be used for //high out-of-range values// +      * ''​my_cmap.set_over(color='​k'​)'':​ color to be used for //high out-of-range values// ​**if** ''​extend''​ is specified and is //'​both'//​ or  //'​max'//​. Default color is ''​my_cmap(my_cmap.N - 1)''​ 
-      * ''​my_cmap.set_under(color='​k'​)'':​ color to be used for //low out-of-range values//+      * ''​my_cmap.set_under(color='​k'​)'':​ color to be used for //low out-of-range values// ​**if** ''​extend''​ is specified and is //'​both'//​ or  //'​min'//​. Default color is ''​my_cmap(0)''​
   * [[https://​matplotlib.org/​api/​_as_gen/​matplotlib.figure.Figure.html#​matplotlib.figure.Figure.colorbar|colorbar]]   * [[https://​matplotlib.org/​api/​_as_gen/​matplotlib.figure.Figure.html#​matplotlib.figure.Figure.colorbar|colorbar]]
     * [[https://​matplotlib.org/​gallery/​subplots_axes_and_figures/​colorbar_placement.html|Placing colorbars demo]]     * [[https://​matplotlib.org/​gallery/​subplots_axes_and_figures/​colorbar_placement.html|Placing colorbars demo]]
other/python/jyp_steps.txt · Last modified: 2024/03/07 10:15 by jypeter