We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c1eb5 + c2da45b commit 226729dCopy full SHA for 226729d
doc/mpl_toolkits/axisartist/overview.rst
@@ -2,8 +2,8 @@
2
Overview of axisartist toolkit
3
==============================
4
5
-.. warning::
6
- *axisartist* uses a custom Axes class
+.. warning::
+ *axisartist* uses a custom Axes class
7
(derived from the mpl's original Axes class).
8
As a side effect, some commands (mostly tick-related) do not work.
9
@@ -84,7 +84,7 @@ Most commands in the axes_grid1 toolkit can take a axes_class keyword
84
argument, and the commands creates an axes of the given class. For example,
85
to create a host subplot with axisartist.Axes, ::
86
87
- import mpl_tookits.axisartist as AA
+ import mpl_toolkits.axisartist as AA
88
from mpl_toolkits.axes_grid1 import host_subplot
89
90
host = host_subplot(111, axes_class=AA.Axes)
0 commit comments