Skip to content

Commit fd688bc

Browse files
committed
Reformat the colorbar docstrings
1 parent 5b93a54 commit fd688bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pygmt/base_plotting.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,11 @@ def colorbar(self, **kwargs):
225225
Multiply all z-values in the CPT by the provided scale. By default
226226
the CPT is used as is.
227227
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.
232233
{V}
233234
{XY}
234235
{p}

0 commit comments

Comments
 (0)