We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa34e0 + afe4312 commit 38782e3Copy full SHA for 38782e3
doc/users/whats_new/2015-10-31_TransformedPatchPath.rst
@@ -0,0 +1,13 @@
1
+New TransformedPatchPath caching object
2
+---------------------------------------
3
+
4
+A newly added :class:`~matplotlib.transforms.TransformedPatchPath` provides a
5
+means to transform a :class:`~matplotlib.patches.Patch` into a
6
+:class:`~matplotlib.path.Path` via a :class:`~matplotlib.transforms.Transform`
7
+while caching the resulting path. If neither the patch nor the transform have
8
+changed, a cached copy of the path is returned.
9
10
+This class differs from the older
11
+:class:`~matplotlib.transforms.TransformedPath` in that it is able to refresh
12
+itself based on the underlying patch while the older class uses an immutable
13
+path.
0 commit comments