Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix eb rasterize #5773
Conversation
tacaswell
added this to the
Critical bugfix release (1.5.1)
milestone
Dec 31, 2015
tacaswell
added the
needs_review
label
Dec 31, 2015
WeatherGod
commented on the diff
Dec 31, 2015
lib/matplotlib/axes/_axes.py
| @@ -2873,7 +2873,8 @@ def xywhere(xs, ys, mask): | ||
| plot_kw['markeredgewidth'] = capthick | ||
| # For backwards-compat, allow explicit setting of | ||
| # 'mew' or 'markeredgewidth' to over-ride capthick. | ||
| - for key in ('markeredgewidth', 'mew', 'transform', 'alpha', 'zorder'): | ||
| + for key in ('markeredgewidth', 'mew', 'transform', 'alpha', | ||
| + 'zorder', 'rasterized'): |
WeatherGod
Member
|
WeatherGod
added a commit
that referenced
this pull request
Dec 31, 2015
|
|
WeatherGod |
0abca30
|
WeatherGod
merged commit 0abca30
into matplotlib:master
Dec 31, 2015
tacaswell
removed the
needs_review
label
Dec 31, 2015
|
heh, no worries. We will figure it out eventually! |
tacaswell
deleted the
tacaswell:fix_eb_rasterize branch
Dec 31, 2015
WeatherGod
added a commit
that referenced
this pull request
Dec 31, 2015
|
|
WeatherGod |
016ef98
|
|
backported to v1.5.x as 016ef98 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tacaswell commentedDec 31, 2015
alternative to #5466
If travis passes I plan to self merge this