Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c1eb5 commit c2da45bCopy full SHA for c2da45b
1 file changed
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