Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e13c59c

Browse files
committed
Reformat matplotlib.cm docstring
1 parent 53e208f commit e13c59c

File tree

1 file changed

+12
-9
lines changed
  • packages/basemap/src/mpl_toolkits/basemap

1 file changed

+12
-9
lines changed

packages/basemap/src/mpl_toolkits/basemap/cm.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
"""
2-
extra colormaps:
1+
"""Module with extra colormaps.
2+
3+
The module provides additional colormaps to those provided with
4+
:mod:`matplotlib`:
35
4-
* Generic Mapping Tools colormaps: GMT_drywet,GMT_gebco,GMT_globe,GMT_haxby
5-
GMT_no_green,GMT_ocean,GMT_polar,GMT_red2green,GMT_relief,GMT_split,
6-
GMT_wysiwyg
7-
* Stepped-sequential scheme: StepSeq
8-
* A nonlinear precipitation colormap: s3pcpn
9-
* A linear version of the precip colormap: s3pcpn_l
6+
* Generic Mapping Tools colormaps: GMT_drywet, GMT_gebco, GMT_globe,
7+
GMT_haxby, GMT_no_green, GMT_ocean, GMT_polar, GMT_red2green,
8+
GMT_relief, GMT_seis, GMT_split, GMT_wysiwyg.
9+
* A nonlinear precipitation colormap: s3pcpn.
10+
* A linear version of the precipitation colormap: s3pcpn_l.
11+
* A sea surface temperature anomaly colormap: sstanom.
12+
* A stepped-sequential scheme: StepSeq.
1013
11-
run examples/show_colormaps.py to see what these colormaps look like.
14+
Run `examples/show_colormaps.py` to see what these colormaps look like.
1215
"""
1316

1417
from six import iteritems

0 commit comments

Comments
 (0)