From 58e0ae7525ba3e89b8ee3ca8b93676c66963c569 Mon Sep 17 00:00:00 2001 From: anykraus Date: Tue, 6 May 2014 15:26:39 +0200 Subject: [PATCH 1/2] Update CHANGELOG: (re-)generate auto-legend Fix of Issue #2934 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9f1b2c86ca5b..7bd5be75db61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ 2014-04-27 Improved input clean up in Axes.{h|v}lines Coerce input into a 1D ndarrays (after dealing with units). +2014-04-22 Added (re-)generate a simple automatic legend to "Figure Options" + dialog of the Qt4Agg backend. + 2014-04-22 Added an example showing the difference between interpolation = 'none' and interpolation = 'nearest' in `imshow()` when saving vector graphics files. From 9d0a365a8adb2ca666a22f47d4d68d62ea4e7e6e Mon Sep 17 00:00:00 2001 From: anykraus Date: Tue, 6 May 2014 15:28:00 +0200 Subject: [PATCH 2/2] pdate whats_new.rst: (re-)generate auto-legend Fix of Issue #2934 --- doc/users/whats_new.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 3b46a2f8376d..33e33f0b7ace 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -226,6 +226,10 @@ added. Furthermore, the the subplottool is now implemented as a modal dialog. It was previously a QMainWindow, leaving the SPT open if one closed the plotwindow. +In the figureoptions dialog one can now choose to (re-)generate a simple +automatic legend. Any fancyness of a customized legend will be lost. But changes +to the curves' label, linestyle, et cetera will now be updated in the legend. + Interactive performance of the Qt4 backend has been dramatically improved under windows.