Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 223586e

Browse files
davidgilbertsonQuLogic
authored andcommitted
Update tutorials/toolkits/axes_grid.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent c4ca46d commit 223586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/toolkits/axes_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
methods that can be used to create parasite axes. They are ``twinx``,
128128
``twiny`` (which are similar to ``twinx`` and ``twiny`` in the matplotlib) and
129129
``twin``. ``twin`` takes an arbitrary transformation that maps between the
130-
data coordinates of the host axes and the parasite axes. ``draw``
130+
data coordinates of the host axes and the parasite axes. The ``draw``
131131
method of the parasite axes are never called. Instead, host axes
132132
collects artists in parasite axes and draws them as if they belong to
133133
the host axes, i.e., artists in parasite axes are merged to those of

0 commit comments

Comments
 (0)