Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Qt editor alpha #6383
Conversation
mdboom
added the
needs_review
label
May 8, 2016
QuLogic
added the
GUI/Qt
label
May 8, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
May 8, 2016
|
@anntzer this needs a rebase after your other PR got merged. |
|
Nope, it's still fine. |
|
github/The web UI disagrees with you about this needing a rebase. |
|
Sorry, I was confused by your message on the other PR regarding it being pulled in (which is not the case). Anyways, rebased both PRs. |
|
By the way, I would appreciate if someone did some manual testing of this PR too, because the figure options UI is not unit-tested (and that would not be so easy to do...). |
anntzer
referenced
this pull request
Jun 15, 2016
Closed
Using to_rgba rather than to_rgb in figure_edit #6589
|
Looks like this needs a rebase. |
|
Apparently I also needed to call |
|
If I change those lines back to |
|
What did you try? If I call |
|
Ah, I was starting with a full alpha line and then turning it down. |
|
Ping? Milestone changed to match with #6382. |
QuLogic
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Jul 10, 2016
|
Should be good to go? The issue with the need to explicitly call |
QuLogic
merged commit f1bab50
into matplotlib:master
Jul 10, 2016
QuLogic
removed the
needs_review
label
Jul 10, 2016
anntzer
deleted the
anntzer:qt-editor-alpha branch
Jul 10, 2016
|
Hmm, this doesn't backport cleanly. Do you mind opening another PR for it? |
|
Should I cherry-pick this to upstream/v2.x? |
|
Yes, it just doesn't do so cleanly. I'm sure you'll be able to figure it out though. |
|
@anntzer Go ahead and backport all of the editor code if that is easier. |
anntzer commentedMay 8, 2016
Make alpha values accessible through the Qt figure options editor. Requires #6382 (alpha support in
matplotlib.colors), closes #6196.