Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c814997

Browse files
committed
add text alignment feature to what's new
1 parent 55fc151 commit c814997

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/users/whats_new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ the whole figure. This was already the behavior for both
4141
:func:`~matplotlib.pyplot.axes` and :func:`~matplotlib.pyplot.subplots`, and
4242
now this consistency is shared with :func:`~matplotlib.pyplot.subplot`.
4343

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+
4452
.. _whats-new-1-2:
4553

4654
new in matplotlib-1.2

0 commit comments

Comments
 (0)