Skip to content

Commit

Permalink
Merge remote-tracking branch 'anykraus/figureoptions-generate-simple-…
Browse files Browse the repository at this point in the history
…legend'

Conflicts:
	CHANGELOG
  • Loading branch information
tacaswell committed May 18, 2014
2 parents 899f11d + 9c75868 commit e37b5c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

2014-04-27 removed un-needed cast to float in stem

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.
Expand Down
4 changes: 4 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,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 explicitly set legend entries 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.

Expand Down

0 comments on commit e37b5c5

Please sign in to comment.