Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fc151 commit c814997Copy full SHA for c814997
doc/users/whats_new.rst
@@ -41,6 +41,14 @@ the whole figure. This was already the behavior for both
41
:func:`~matplotlib.pyplot.axes` and :func:`~matplotlib.pyplot.subplots`, and
42
now this consistency is shared with :func:`~matplotlib.pyplot.subplot`.
43
44
+Anchored text support
45
+---------------------
46
+The `svg` and `pgf` backends are now able to save text alignment information
47
+to their output formats. This allows to edit text elements in saved figures,
48
+using Inkscape for example, while preserving their intended position. For
49
+`svg` please note that you'll have to disable the default text-to-path
50
+conversion (`mpl.rc('svg', fonttype='none')`).
51
+
52
.. _whats-new-1-2:
53
54
new in matplotlib-1.2
0 commit comments