Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Prevent forced alpha in figureoptions. #6895
Conversation
mdboom
added the
needs_review
label
Aug 3, 2016
QuLogic
added the
GUI/Qt
label
Aug 3, 2016
tacaswell
modified the milestone: 2.0 (style change major release), 2.0.1 (next bug fix release)
Aug 4, 2016
|
This has the effect of over-ridding any previously supplied user input, but that is ok as they are in the editor (and the way it was is also throwing away user input), so merging. |
tacaswell
merged commit 2972f15
into matplotlib:master
Aug 4, 2016
tacaswell
removed the
needs_review
label
Aug 4, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 4, 2016
|
|
tacaswell |
5fb9017
|
|
backported to v2.x as 5fb9017 |
QuLogic
modified the milestone: 2.0 (style change major release), 2.0.1 (next bug fix release)
Aug 4, 2016
anntzer
deleted the
anntzer:prevent-forced-alpha-in-figureoptions branch
Aug 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedAug 3, 2016
Forcing the alpha value sets it not only for the line color but also the
marker faces and edges (i.e., editing the alpha value of the markers
in the options editor had no effect). Instead, just remove any forced
alpha and use the alpha values that have been set in the editor.
A later idea may be to make alpha not override alpha values passed in
together with the color as quadruplets.
See discussion starting at #6383 (comment)