8000 Issue 1504: changed how `draw` handles alpha in `markerfacecolor` by tacaswell · Pull Request #1505 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Issue 1504: changed how draw handles alpha in markerfacecolor #1505

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 5 commits into from
Jan 14, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added change log entry for #1504 and #1505
  • Loading branch information
tacaswell authored and Thomas A Caswell committed Jan 12, 2013
commit 7f3e0ee22ce5f5e6833d47c23a066b149b5cfa6a
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
an active colorable artist, such as an image, and just sets
up the colormap to use from that point forward. - PI

2012-11-16 Added the funcction _get_rbga_face, which is identical to
_get_rbg_face except it return a (r,g,b,a) tuble, to line2D.
Modified Line2D.draw to use _get_rbga_face to get the markerface
color so that any alpha set by markerfacecolor will respected.
- Thomas Caswell

2012-11-13 Add a symmetric log normalization class to colors.py.
Also added some tests for the normalization class.
Till Stensitzki
Expand Down
0