8000
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 63ed5d3 commit 28a4ac7Copy full SHA for 28a4ac7
tutorials/toolkits/axes_grid.py
@@ -127,7 +127,7 @@
127
methods that can be used to create parasite axes. They are ``twinx``,
128
``twiny`` (which are similar to ``twinx`` and ``twiny`` in the matplotlib) and
129
``twin``. ``twin`` takes an arbitrary transformation that maps between the
130
-data coordinates of the host axes and the parasite axes. ``draw``
+data coordinates of the host axes and the parasite axes. The ``draw``
131
method of the parasite axes are never called. Instead, host axes
132
collects artists in parasite axes and draws them as if they belong to
133
the host axes, i.e., artists in parasite axes are merged to those of
0 commit comments