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

Fix eb rasterize #5773

Merged
merged 2 commits into from Dec 31, 2015
Merged

Fix eb rasterize #5773

merged 2 commits into from Dec 31, 2015

Conversation

tacaswell
Copy link
Member

alternative to #5466

If travis passes I plan to self merge this

@tacaswell tacaswell added this to the Critical bugfix release (1.5.1) milestone Dec 31, 2015
@@ -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'):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know... I only added this one tiny bit of logic back in the day for handling "mew" in case users already figured out how to adjust the cap thickness (it was never documented). I intended to deprecate that at some point, but forgot to do that. I didn't think it would ever be used for other things like this. Perhaps there are other keyword arguments that should be checked?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably

WeatherGod added a commit that referenced this pull request Dec 31, 2015
@WeatherGod WeatherGod merged commit 0abca30 into matplotlib:master Dec 31, 2015
@WeatherGod
Copy link
Member

heh, no worries. We will figure it out eventually!

@tacaswell tacaswell deleted the fix_eb_rasterize branch December 31, 2015 21:03
WeatherGod added a commit that referenced this pull request Dec 31, 2015
@WeatherGod
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants