8000 Backport qt editor improvements by anntzer · Pull Request #6718 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Backport qt editor improvements #6718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 10, 2016
Prev Previous commit
Next Next commit
DOC: add whats_new for qt configuration editor.
  • Loading branch information
anntzer committed Jul 10, 2016
commit 5d179baf3f454a152687a86188af84fc332dd16c
14 changes: 14 additions & 0 deletions doc/users/whats_new/2016-04_qt_config-AL.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Improvements for the Qt figure options editor
---------------------------------------------

Various usability improvements were implemented for the Qt figure options
editor, among which:
- Line style entries are now sorted without duplicates.
- The colormap and normalization limits can now be set for images.
- Line edits for floating values now display only as many digits as necessary
to avoid precision loss. An important bug was also fixed regarding input
validation using Qt5 and a locale where the decimal separator is ",".
- The axes selector now uses shorter, more user-friendly names for axes, and
does not crash if there are no axes.
- Line and image entries using the default labels ("_lineX", "_imageX") are now
sorted numerically even when there are more than 10 entries.
0