4
4
API reference
5
5
=============
6
6
7
- The comprehensive API reference. All of the below objects are imported
8
- into the top-level namespace. Use ``help(pplt.object) `` to read
9
- the docs during a python session.
7
+ Comprehensive documentation of ProPlot functions and classes. All of these
8
+ objects are imported into the top-level namespace, so you can read the
9
+ documentation within python sessions using ``help(pplt.function_or_class) ``.
10
+ Please note that the "wrapper" function documentation from proplot < 0.8
11
+ is now located on the individual plotting commands under
12
+ `proplot.axes.PlotAxes `. When calling ``help(axes.command) `` on
13
+ plotting commands during a python session, both the ProPlot
14
+ documentation and the original matplotlib documentation are shown.
15
+
16
+ Top-level functions
17
+ ===================
18
+
19
+ .. automodule :: proplot.ui
20
+
21
+ .. automodsumm :: proplot.ui
22
+ :toctree: api
10
23
11
- Please note that the documentation for "wrapper" functions from
12
- proplot < 0.8 is now found under the individual `~proplot.axes.PlotAxes `
13
- plotting commands. Using ``help(ax.command) `` during a python session shows both
14
- the proplot documentation and the original matplotlib documentation.
15
24
16
25
Figure class
17
26
============
@@ -20,16 +29,16 @@ Figure class
20
29
21
30
.. automodsumm :: proplot.figure
22
31
:toctree: api
32
+ :skip: SubplotsContainer
23
33
24
34
25
- Grid classes
26
- ============
35
+ Gridspec class
36
+ ==============
27
37
28
38
.. automodule :: proplot.gridspec
29
39
30
40
.. automodsumm :: proplot.gridspec
31
41
:toctree: api
32
- :skip: SubplotsContainer
33
42
34
43
35
44
Axes classes
@@ -41,15 +50,6 @@ Axes classes
41
50
:toctree: api
42
51
43
52
44
- Top-level functions
45
- ===================
46
-
47
- .. automodule :: proplot.ui
48
-
49
- .. automodsumm :: proplot.ui
50
- :toctree: api
51
-
52
-
53
53
Configuration tools
54
54
===================
55
55
@@ -107,20 +107,29 @@ Projection classes
107
107
:toctree: api
108
108
109
109
110
- Demo functions
111
- ==============
110
+ Artist subclass
111
+ ===============
112
112
113
- .. automodule :: proplot.demos
113
+ .. automodule :: proplot.artist
114
114
115
- .. automodsumm :: proplot.demos
115
+ .. automodsumm :: proplot.artist
116
116
:toctree: api
117
117
118
118
119
- Miscellaneous functions
120
- =======================
119
+ Miscellaneous tools
120
+ ===================
121
121
122
122
.. automodule :: proplot.utils
123
123
124
124
.. automodsumm :: proplot.utils
125
125
:toctree: api
126
126
:skip: shade, saturate
127
+
128
+
129
+ Demo functions
130
+ ==============
131
+
132
+ .. automodule :: proplot.demos
133
+
134
+ .. automodsumm :: proplot.demos
135
+ :toctree: api
0 commit comments