Skip to content
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

Alpha kwarg fix #1695

Merged
merged 3 commits into from Jan 23, 2013
Merged

Alpha kwarg fix #1695

merged 3 commits into from Jan 23, 2013

Conversation

tacaswell
Copy link
Member

Found another bug in #1505. My change ignored the alpha kwarg, this patch fixes it.

It also updates the way line color is handled (so alpha can be specified via kwarg or via a 4-tuple color), and updates the test to catch (I think) all of the permutations of marker, line, 4-tuple and

(PR matplotlib#1505).

Tests added is matplotlib#1663 pass with this patch.
done for markers.  If a 4-tuple is passed in, the alpha from that will
be used, with the kwarg alpha over-ridding it.
@tacaswell
Copy link
Member Author

I mean this makes the tests added in #1675 pass.

@dmcdougall
Copy link
Member

+1

1 similar comment
@mdboom
Copy link
Member

mdboom commented Jan 23, 2013

+1

dmcdougall added a commit that referenced this pull request Jan 23, 2013
@dmcdougall dmcdougall merged commit 6cf6cbb into matplotlib:master Jan 23, 2013
@tacaswell tacaswell deleted the alpha_kwarg_fix branch January 23, 2013 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants