|
28 | 28 | |Coordinate |Description |Transformation object | |
29 | 29 | |system | |from system to display | |
30 | 30 | +================+===================================+=============================+ |
31 | | -|"data" |The coordinate system of the data |``ax.transData`` | |
| 31 | +|*data* |The coordinate system of the data |``ax.transData`` | |
32 | 32 | | |in the Axes. | | |
33 | 33 | +----------------+-----------------------------------+-----------------------------+ |
34 | | -|"axes" |The coordinate system of the |``ax.transAxes`` | |
| 34 | +|*axes* |The coordinate system of the |``ax.transAxes`` | |
35 | 35 | | |`~matplotlib.axes.Axes`; (0, 0) | | |
36 | 36 | | |is bottom left of the Axes, and | | |
37 | 37 | | |(1, 1) is top right of the Axes. | | |
38 | 38 | +----------------+-----------------------------------+-----------------------------+ |
39 | | -|"subfigure" |The coordinate system of the |``subfigure.transSubfigure`` | |
| 39 | +|*subfigure* |The coordinate system of the |``subfigure.transSubfigure`` | |
40 | 40 | | |`.SubFigure`; (0, 0) is bottom left| | |
41 | 41 | | |of the subfigure, and (1, 1) is top| | |
42 | 42 | | |right of the subfigure. If a | | |
43 | 43 | | |figure has no subfigures, this is | | |
44 | 44 | | |the same as ``transFigure``. | | |
45 | 45 | +----------------+-----------------------------------+-----------------------------+ |
46 | | -|"figure" |The coordinate system of the |``fig.transFigure`` | |
| 46 | +|*figure* |The coordinate system of the |``fig.transFigure`` | |
47 | 47 | | |`.Figure`; (0, 0) is bottom left | | |
48 | 48 | | |of the figure, and (1, 1) is top | | |
49 | 49 | | |right of the figure. | | |
50 | 50 | +----------------+-----------------------------------+-----------------------------+ |
51 | | -|"figure-inches" |The coordinate system of the |``fig.dpi_scale_trans`` | |
| 51 | +|*figure-inches* |The coordinate system of the |``fig.dpi_scale_trans`` | |
52 | 52 | | |`.Figure` in inches; (0, 0) is | | |
53 | 53 | | |bottom left of the figure, and | | |
54 | 54 | | |(width, height) is the top right | | |
55 | 55 | | |of the figure in inches. | | |
56 | 56 | +----------------+-----------------------------------+-----------------------------+ |
57 | | -|"xaxis", |Blended coordinate systems, using |``ax.get_xaxis_transform()``,| |
58 | | -|"yaxis" |data coordinates on one direction |``ax.get_yaxis_transform()`` | |
| 57 | +|*xaxis*, |Blended coordinate systems, using |``ax.get_xaxis_transform()``,| |
| 58 | +|*yaxis* |data coordinates on one direction |``ax.get_yaxis_transform()`` | |
59 | 59 | | |and axes coordinates on the other. | | |
60 | 60 | +----------------+-----------------------------------+-----------------------------+ |
61 | | -|"display" |The native coordinate system of the|`None`, or | |
| 61 | +|*display* |The native coordinate system of the|`None`, or | |
62 | 62 | | |output ; (0, 0) is the bottom left |`.IdentityTransform()` | |
63 | 63 | | |of the window, and (width, height) | | |
64 | 64 | | |is top right of the output in | | |
|
0 commit comments