Skip to content

axes.grid lines using lines.marker settings? #1796

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 2 commits into from
Mar 25, 2013

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Mar 25, 2013

Hi,
using:

rcParams['lines.marker'] = 'o'
rcParams['axes.grid'] = True

makes the grid lines having markers
at the edge of the plot. This is a bug,
or?

@dmcdougall
Copy link
Member

before

after

Looks like a bug to me.

@mdboom
Copy link
Member

mdboom commented Mar 25, 2013

I believe the attached fixes this. I'm milestoning it for v1.2.x since it's a pretty simple fix and it's certainly annoying and hard to workaround for those that run into this.

mdboom added a commit that referenced this pull request Mar 25, 2013
axes.grid lines using lines.marker settings?
@mdboom mdboom merged commit d904908 into matplotlib:v1.2.x Mar 25, 2013
tacaswell added a commit to tacaswell/matplotlib that referenced this pull request Nov 30, 2013
If an iterable is passed into `FuncAnimation` check if it has
`__len__` before trying to take it's length

closes matplotlib#1796
@mdboom mdboom deleted the gridline-markers branch August 7, 2014 13:49
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.

2 participants