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:
144
144
tuple-like if separate axis padding is required.
145
145
The original behavior is preserved.
146
146
147
+ * Added support for skewed transforms to `matplotlib.transforms.Affine2D `,
148
+ which can be created using the `skew ` and `skew_deg ` methods.
149
+
147
150
148
151
.. _changes_in_1_3 :
149
152
Original file line number Diff line number Diff line change @@ -121,6 +121,17 @@ be a tuple if separate horizontal/vertical padding is needed.
121
121
This is supposed to be very helpful when you have a labelled legend next to
122
122
every subplot and you need to make some space for legend's labels.
123
123
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
+
124
135
Date handling
125
136
-------------
126
137
You can’t perform that action at this time.
0 commit comments