Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Allow setting image clims in Qt options editor. #6347
Conversation
mdboom
added the
needs_review
label
Apr 29, 2016
tacaswell
merged commit ff0012e
into matplotlib:master
May 2, 2016
tacaswell
removed the
needs_review
label
May 2, 2016
|
|
QuLogic
added this to the
2.1 (next point release)
milestone
May 2, 2016
QuLogic
added the
GUI/Qt
label
May 2, 2016
anntzer
deleted the
anntzer:image-options-clims branch
May 2, 2016
|
Something like the following?
If that looks good to you, can you PR it in? |
This was referenced May 2, 2016
Merged
QuLogic
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Jul 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedApr 29, 2016
In this implementation,
(cmin, cmax)is swapped ifcmin > cmaxbecause it's not so easy to impose the constraint using formlayout...