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

Skip to content

Commit 0dc7295

Browse files
committed
Updated CHANGELOG and whats_new.rst: with (re-)generate auto-legend
in Qt4Agg backend. As requested in #2947 (comment) (Fix of Issue #2934)
1 parent ef462e4 commit 0dc7295

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
2014-04-27 Improved input clean up in Axes.{h|v}lines
44
Coerce input into a 1D ndarrays (after dealing with units).
55

6+
2014-04-22 Added (re-)generate a simple automatic legend to "Figure Options"
7+
dialog of the Qt4Agg backend.
8+
69
2014-04-22 Added an example showing the difference between
710
interpolation = 'none' and interpolation = 'nearest' in
811
`imshow()` when saving vector graphics files.

doc/users/whats_new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ added. Furthermore, the the subplottool is now implemented as a modal
226226
dialog. It was previously a QMainWindow, leaving the SPT open if one closed the
227227
plotwindow.
228228

229+
In the figureoptions dialog one can now choose to (re-)generate a simple
230+
automatic legend. Any fancyness of a customized legend will be lost. But changes
231+
to the curves' label, linestyle, et cetera will now be updated in the legend.
232+
229233
Interactive performance of the Qt4 backend has been dramatically improved
230234
under windows.
231235

0 commit comments

Comments
 (0)