File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -225,10 +225,11 @@ def colorbar(self, **kwargs):
225
225
Multiply all z-values in the CPT by the provided scale. By default
226
226
the CPT is used as is.
227
227
shading : str or list or bool
228
- Add illumination effects. Passing a single numerical value sets the range
229
- of intensities from -value to +value. If not specified, 1 is used.
230
- Alternatively, set ``shading=[low, high]`` to specify an asymmetric
231
- intensity range from *low* to *high*. The default is no illumination.
228
+ Add illumination effects. Passing a single numerical value sets the
229
+ range of intensities from -value to +value. If not specified, 1 is
230
+ used. Alternatively, set ``shading=[low, high]`` to specify an
231
+ asymmetric intensity range from *low* to *high*. The default is no
232
+ illumination.
232
233
{V}
233
234
{XY}
234
235
{p}
You can’t perform that action at this time.
0 commit comments