8000 Update tutorials/toolkits/axes_grid.py · matplotlib/matplotlib@28a4ac7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28a4ac7

Browse files
davidgilbertsonQuLogic
and 8000 authored
Update tutorials/toolkits/axes_grid.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 63ed5d3 commit 28a4ac7

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)
0