File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/mpl_toolkits/axisartist Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Overview of axisartist toolkit
3
3
==============================
4
4
5
- .. warning ::
6
- *axisartist * uses a custom Axes class
5
+ .. warning ::
6
+ *axisartist * uses a custom Axes class
7
7
(derived from the mpl's original Axes class).
8
8
As a side effect, some commands (mostly tick-related) do not work.
9
9
@@ -84,7 +84,7 @@ Most commands in the axes_grid1 toolkit can take a axes_class keyword
84
84
argument, and the commands creates an axes of the given class. For example,
85
85
to create a host subplot with axisartist.Axes, ::
86
86
87
- import mpl_tookits .axisartist as AA
87
+ import mpl_toolkits .axisartist as AA
88
88
from mpl_toolkits.axes_grid1 import host_subplot
89
89
90
90
host = host_subplot(111, axes_class=AA.Axes)
You can’t perform that action at this time.
0 commit comments