Skip to content

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

Merged
mdboom merged 2 commits into
matplotlib:v1.2.xfrom
mdboom:gridline-markers
Mar 25, 2013
Merged

axes.grid lines using lines.marker settings?#1796
mdboom merged 2 commits into
matplotlib:v1.2.xfrom
mdboom:gridline-markers

Conversation

@mdboom
Copy link
Copy Markdown
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
Copy Markdown
Member

before

after

Looks like a bug to me.

@mdboom
Copy link
Copy Markdown
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