8000 DOC: edits from review · meeseeksmachine/matplotlib@d4b9f49 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4b9f49

Browse files
tacaswellQuLogicjklymak
authored
DOC: edits from review
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> Co-authored-by: Jody Klymak <jklymak@gmail.com>
1 parent 6aa18c4 commit d4b9f49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/advanced/transforms_tutorial.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
the limits of custom figure generation, it helps to have an understanding of
1212
these objects so you can reuse the existing transformations Matplotlib makes
1313
available to you, or create your own (see :mod:`matplotlib.transforms`). The
14-
table below summarizes the some useful coordinate systems, the description of
15-
that system, and the transformation object for going from that coordinate
14+
table below summarizes some useful coordinate systems, a description of
15+
each system, and the transformation object for going from each coordinate
1616
system to the *display* coordinates. In the ``Transformation Object`` column,
1717
``ax`` is a :class:`~matplotlib.axes.Axes` instance, and ``fig`` is a
1818
:class:`~matplotlib.figure.Figure` instance.
@@ -47,8 +47,8 @@
4747
| |(width, height) is the top right | |
4848
| |of the figure in inches. | |
4949
+----------------+-----------------------------------+-----------------------------+
50-
|"xaxis", |Blended coordinate systems; use |``ax.get_xaxis_transform()``,|
51-
|"yaxis" |data coordinates on one of the axis|``ax.get_yaxis_transform()`` |
50+
|"xaxis", |Blended coordinate systems, using |``ax.get_xaxis_transform()``,|
51+
|"yaxis" |data coordinates on one direction |``ax.get_yaxis_transform()`` |
5252
| |and axes coordinates on the other. | |
5353
+----------------+-----------------------------------+-----------------------------+
5454
|"display" |The native coordinate system of the|``None``, or |
@@ -60,15 +60,15 @@
6060
| |The exact interpertation of the | |
6161
| |units depends on the back end. For | |
6262
| |example it is pixels for Agg and | |
63-
| |pts for svg/pdf. | |
63+
| |points for svg/pdf. | |
6464
+----------------+-----------------------------------+-----------------------------+
6565
6666
6767
6868
6969
7070
The `~matplotlib.transforms.Transform` objects are naive to the source and
71-
destination coordinate systems, however the objects refereed to in the table
71+
destination coordinate systems, however the objects referred to in the table
7272
above are constructed to take inputs in their coordinate system, and transform
7373
the input to the *display* coordinate system. That is why the *display*
7474
coordinate system has ``None`` for the ``Transformation Object`` column -- it

0 commit comments

Comments
 (0)
0