|
| 1 | +digraph { |
| 2 | + splines="polyline"; |
| 3 | + |
| 4 | + node [ |
| 5 | + fontname="DejaVu Sans, Vera Sans, Liberation Sans, Arial, Helvetica, sans", |
| 6 | + shape=box, |
| 7 | + ]; |
| 8 | + edge [ |
| 9 | + arrowsize=0.5, |
| 10 | + fontname="DejaVu Sans, Vera Sans, Liberation Sans, Arial, Helvetica, sans", |
| 11 | + ]; |
| 12 | + |
| 13 | + // Axes properties. |
| 14 | + Axes__bbox [ |
| 15 | + label=<TransformedBbox<BR/><FONT POINT-SIZE="10">Axes.bbox</FONT>>, |
| 16 | + target="_top", |
| 17 | + tooltip="TransformedBbox", |
| 18 | + URL="transformations.html#matplotlib.transforms.TransformedBbox", |
| 19 | + ]; |
| 20 | + Axes__transAxes [ |
| 21 | + label=<BboxTransformTo<BR/><FONT POINT-SIZE="10">Axes.transAxes</FONT>> |
| 22 | + target="_top", |
| 23 | + tooltip="BboxTransformTo", |
| 24 | + URL="transformations.html#matplotlib.transforms.BboxTransformTo", |
| 25 | + ]; |
| 26 | + Axes__transData [ |
| 27 | + label=<CompositeGenericTransform<BR/><FONT |
| 28 | + POINT-SIZE="10">Axes.transData</FONT>> |
| 29 | + target="_top", |
| 30 | + tooltip="CompositeGenericTransform", |
| 31 | + URL="transformations.html#matplotlib.transforms.CompositeGenericTransform", |
| 32 | + ]; |
| 33 | + Axes__transLimits [ |
| 34 | + label=<BboxTransformFrom<BR/><FONT POINT-SIZE="10">Axes.transLimits</FONT>> |
| 35 | + target="_top", |
| 36 | + tooltip="BboxTransformFrom", |
| 37 | + URL="transformations.html#matplotlib.transforms.BboxTransformFrom", |
| 38 | + ]; |
| 39 | + Axes__transScale [ |
| 40 | + label=<TransformWrapper<BR/><FONT POINT-SIZE="10">Axes.transScale</FONT>> |
| 41 | + target="_top", |
| 42 | + tooltip="TransformWrapper", |
| 43 | + URL="transformations.html#matplotlib.transforms.TransformWrapper", |
| 44 | + ]; |
| 45 | + Axes__position [ |
| 46 | + label=<Bbox<BR/><FONT POINT-SIZE="10">Axes.get_position()</FONT>> |
| 47 | + target="_top", |
| 48 | + tooltip="Bbox", |
| 49 | + URL="transformations.html#matplotlib.transforms.Bbox", |
| 50 | + ]; |
| 51 | + Axes__viewLim [ |
| 52 | + label = <Bbox<BR/><FONT POINT-SIZE="10">Axes._viewLim</FONT>> |
| 53 | + target="_top", |
| 54 | + tooltip="Bbox", |
| 55 | + URL="transformations.html#matplotlib.transforms.Bbox", |
| 56 | + ]; |
| 57 | + |
| 58 | + // Axis properties. |
| 59 | + XAxis_transform [ |
| 60 | + label=<IdentityTransform<BR/><FONT |
| 61 | + POINT-SIZE="10">Axes.xaxis.get_transform()</FONT>> |
| 62 | + target="_top", |
| 63 | + tooltip="IdentityTransform", |
| 64 | + URL="transformations.html#matplotlib.transforms.IdentityTransform", |
| 65 | + ]; |
| 66 | + YAxis_transform [ |
| 67 | + label=<IdentityTransform<BR/><FONT |
| 68 | + POINT-SIZE="10">Axes.yaxis.get_transform()</FONT>> |
| 69 | + target="_top", |
| 70 | + tooltip="IdentityTransform", |
| 71 | + URL="transformations.html#matplotlib.transforms.IdentityTransform", |
| 72 | + ]; |
| 73 | + |
| 74 | + // Figure properties. |
| 75 | + Figure__transFigure [ |
| 76 | + label=<BboxTransformTo<BR/><FONT POINT-SIZE="10">Figure.transFigure</FONT>> |
| 77 | + target="_top", |
| 78 | + tooltip="BboxTransformTo", |
| 79 | + URL="transformations.html#matplotlib.transforms.BboxTransformTo", |
| 80 | + ]; |
| 81 | + Figure__bbox [ |
| 82 | + label=<TransformedBbox<BR/><FONT POINT-SIZE="10">Figure.bbox</FONT>> |
| 83 | + target="_top", |
| 84 | + tooltip="TransformedBbox", |
| 85 | + URL="transformations.html#matplotlib.transforms.TransformedBbox", |
| 86 | + ]; |
| 87 | + Figure__bbox_inches [ |
| 88 | + label=<Bbox<BR/><FONT POINT-SIZE="10">Figure.bbox_inches</FONT>> |
| 89 | + target="_top", |
| 90 | + tooltip="Bbox", |
| 91 | + URL="transformations.html#matplotlib.transforms.Bbox", |
| 92 | + ]; |
| 93 | + Figure__dpi_scale_trans [ |
| 94 | + label=<Affine2D<BR/><FONT POINT-SIZE="10">Figure.dpi_scale_trans</FONT>> |
| 95 | + target="_top", |
| 96 | + tooltip="Affine2D", |
| 97 | + URL="transformations.html#matplotlib.transforms.Affine2D", |
| 98 | + ]; |
| 99 | + |
| 100 | + // Internal unnamed transform children. |
| 101 | + Axes__transDataB [ |
| 102 | + label="CompositeGenericTransform", |
| 103 | + target="_top", |
| 104 | + tooltip="CompositeGenericTransform", |
| 105 | + URL="transformations.html#matplotlib.transforms.CompositeGenericTransform", |
| 106 | + ]; |
| 107 | + Axes__transLimitsBbox [ |
| 108 | + label="TransformedBbox", |
| 109 | + target="_top", |
| 110 | + tooltip="TransformedBbox", |
| 111 | + URL="transformations.html#matplotlib.transforms.TransformedBbox", |
| 112 | + ]; |
| 113 | + Axes__transScaleBlend [ |
| 114 | + label="BlendedAffine2D", |
| 115 | + target="_top", |
| 116 | + tooltip="BlendedAffine2D", |
| 117 | + URL="transformations.html#matplotlib.transforms.BlendedAffine2D", |
| 118 | + ]; |
| 119 | + |
| 120 | + // The actual Axes__transform tree follows: |
| 121 | + Axes__transData -> Axes__transScale [label="a", labelangle=90]; |
| 122 | + Axes__transData -> Axes__transDataB [label="b"]; |
| 123 | + Axes__transDataB -> Axes__transLimits [label="a"]; |
| 124 | + Axes__transDataB -> Axes__transAxes [label="b"]; |
| 125 | + |
| 126 | + Axes__transScale -> Axes__transScaleBlend [label="child"]; |
| 127 | + Axes__transScaleBlend -> XAxis_transform [label="x_transform"]; |
| 128 | + Axes__transScaleBlend -> YAxis_transform [label="y_transform"]; |
| 129 | + |
| 130 | + Axes__transLimits -> Axes__transLimitsBbox [label="boxin"]; |
| 131 | + Axes__transLimitsBbox -> Axes__viewLim [label="bbox"]; |
| 132 | + Axes__transLimitsBbox -> Axes__transScale [label="transform"]; |
| 133 | + |
| 134 | + Axes__transAxes -> Axes__bbox [label="boxout"]; |
| 135 | + Axes__bbox -> Axes__position [label="bbox"]; |
| 136 | + Axes__bbox -> Figure__transFigure [label="transform"]; |
| 137 | + |
| 138 | + Figure__transFigure -> Figure__bbox [label="boxout"]; |
| 139 | + Figure__bbox -> Figure__bbox_inches [label="bbox"]; |
| 140 | + Figure__bbox -> Figure__dpi_scale_trans [label="transform"]; |
| 141 | +} |
0 commit comments