44API reference
55=============
66
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
1023
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.
1524
1625Figure class
1726============
@@ -20,16 +29,16 @@ Figure class
2029
2130.. automodsumm :: proplot.figure
2231 :toctree: api
32+ :skip: SubplotsContainer
2333
2434
25- Grid classes
26- ============
35+ Gridspec class
36+ ==============
2737
2838.. automodule :: proplot.gridspec
2939
3040.. automodsumm :: proplot.gridspec
3141 :toctree: api
32- :skip: SubplotsContainer
3342
3443
3544Axes classes
@@ -41,15 +50,6 @@ Axes classes
4150 :toctree: api
4251
4352
44- Top-level functions
45- ===================
46-
47- .. automodule :: proplot.ui
48-
49- .. automodsumm :: proplot.ui
50- :toctree: api
51-
52-
5353Configuration tools
5454===================
5555
@@ -107,20 +107,29 @@ Projection classes
107107 :toctree: api
108108
109109
110- Demo functions
111- ==============
110+ Artist subclass
111+ ===============
112112
113- .. automodule :: proplot.demos
113+ .. automodule :: proplot.artist
114114
115- .. automodsumm :: proplot.demos
115+ .. automodsumm :: proplot.artist
116116 :toctree: api
117117
118118
119- Miscellaneous functions
120- =======================
119+ Miscellaneous tools
120+ ===================
121121
122122.. automodule :: proplot.utils
123123
124124.. automodsumm :: proplot.utils
125125 :toctree: api
126126 :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