File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,9 @@ original location:
144144 tuple-like if separate axis padding is required.
145145 The original behavior is preserved.
146146
147+ * Added support for skewed transforms to `matplotlib.transforms.Affine2D `,
148+ which can be created using the `skew ` and `skew_deg ` methods.
149+
147150
148151.. _changes_in_1_3 :
149152
Original file line number Diff line number Diff line change @@ -121,6 +121,17 @@ be a tuple if separate horizontal/vertical padding is needed.
121121This is supposed to be very helpful when you have a labelled legend next to
122122every subplot and you need to make some space for legend's labels.
123123
124+ Support for skewed transformations
125+ ``````````````````````````````````
126+ The :class: `~matplotlib.transforms.Affine2D ` gained additional methods
127+ `skew ` and `skew_deg ` to create skewed transformations. Additionally,
128+ matplotlib internals were cleaned up to support using such transforms in
129+ :class: `~matplotlib.Axes `. This transform is important for some plot types,
130+ specifically the Skew-T used in meteorology.
131+
132+ .. plot :: mpl_examples/api/skewt.py
133+
134+
124135Date handling
125136-------------
126137
You can’t perform that action at this time.
0 commit comments