File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 86
86
If *False* the minimum and maximum colorbar extensions will be triangular
87
87
(the default). If *True* the extensions will be rectangular.
88
88
89
- spacing : {'uniform', 'proportional'}
90
- For discrete colorbars (`.BoundaryNorm` or contours), 'uniform' gives each
91
- color the same space; 'proportional' makes the space proportional to the
92
- data interval.
93
-
94
89
ticks : None or list of ticks or Locator
95
90
If None, ticks are determined automatically from the input.
96
91
109
104
If unset, the colormap will be displayed on a 0-1 scale.
110
105
If sequences, *values* must have a length 1 less than *boundaries*. For
111
106
each region delimited by adjacent entries in *boundaries*, the color mapped
112
- to the corresponding value in values will be used.
107
+ to the corresponding value in *values* will be used. The size of each
108
+ region is determined by the *spacing* parameter.
113
109
Normally only useful for indexed colors (i.e. ``norm=NoNorm()``) or other
114
- unusual circumstances.""" )
110
+ unusual circumstances.
111
+
112
+ spacing : {'uniform', 'proportional'}
113
+ For discrete colorbars (`.BoundaryNorm` or contours), 'uniform' gives each
114
+ color the same space; 'proportional' makes the space proportional to the
115
+ data interval.""" )
115
116
116
117
117
118
def _set_ticks_on_axis_warn (* args , ** kwargs ):
You can’t perform that action at this time.
0 commit comments