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

Skip to content

Commit 88503eb

Browse files
committed
Added docs from cmocean
Moving documentation from the cmocean oceanography colormaps package to be hosted on matplotlib so that the colormaps package can be a smaller size.
1 parent a679cbc commit 88503eb

File tree

163 files changed

+16325
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+16325
-0
lines changed
430 KB
Loading
433 KB
Loading
433 KB
Loading
425 KB
Loading
555 KB
Loading
340 KB
Loading
430 KB
Loading
410 KB
Loading
540 KB
Loading
445 KB
Loading
463 KB
Loading
482 KB
Loading
409 KB
Loading
572 KB
Loading
553 KB
Loading
449 KB
Loading
441 KB
Loading

cmocean/_images/index-1.png

44.7 KB
Loading

cmocean/_images/index-10.png

19.3 KB
Loading

cmocean/_images/index-11.png

23.4 KB
Loading

cmocean/_images/index-12.png

23.2 KB
Loading

cmocean/_images/index-2.png

185 KB
Loading

cmocean/_images/index-3.png

445 KB
Loading

cmocean/_images/index-4.png

19 KB
Loading

cmocean/_images/index-5.png

17.9 KB
Loading

cmocean/_images/index-6.png

19.6 KB
Loading

cmocean/_images/index-7.png

38.4 KB
Loading

cmocean/_images/index-8.png

19.8 KB
Loading

cmocean/_images/index-9.png

20.7 KB
Loading

cmocean/_sources/cmocean.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
cmocean package
2+
===============
3+
4+
Submodules
5+
----------
6+
7+
cmocean.cmocean module
8+
----------------------
9+
10+
.. automodule:: cmocean.cmocean
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
cmocean.plots module
16+
--------------------
17+
18+
.. automodule:: cmocean.plots
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
cmocean.tools module
24+
--------------------
25+
26+
.. automodule:: cmocean.tools
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
31+
32+
Module contents
33+
---------------
34+
35+
.. automodule:: cmocean
36+
:members:
37+
:undoc-members:
38+
:show-inheritance:

cmocean/_sources/colormaps_viscm.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _colormaps_viscm:
2+
3+
**cmocean** colormaps in viscm tool
4+
===================================
5+
6+
.. plot::
7+
:include-source:
8+
9+
import cmocean
10+
11+
cmaps = cmocean.cm.cmall
12+
13+
for cmap in cmaps:
14+
cmocean.plots.wrap_viscm(cmap)

cmocean/_sources/index.txt

Lines changed: 386 additions & 0 deletions
Large diffs are not rendered by default.

cmocean/_sources/modules.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmocean
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 4
6+
7+
cmocean

cmocean/_static/ajax-loader.gif

673 Bytes
Loading

0 commit comments

Comments
 (0)