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

Plotting with marker style ',' (pixel marker) shows nothing #4095

Closed
dryo opened this issue Feb 12, 2015 · 1 comment
Closed

Plotting with marker style ',' (pixel marker) shows nothing #4095

dryo opened this issue Feb 12, 2015 · 1 comment

Comments

@dryo
Copy link

dryo commented Feb 12, 2015

  • windows 7 x64
  • python 3.4.2
  • matplotlib 1.4.2

When doing the following, you get a nice plot:

import matplotlib.pyplot as plt
plt.plot([0,1,2,3,4], '.')
plt.show()

When doing the following, the plot window opens and has same axes etc. but you can't see any points:

import matplotlib.pyplot as plt
plt.plot([0,1,2,3,4], ',')
plt.show()

This worked at least with the same setup and matplotlib 1.4.0rc2

Can anyone confirm?

@mdboom
Copy link
Member

mdboom commented Feb 12, 2015

I think this is a dupe of #3990, #3711, and possibly others (this is a FRB). Should be fixed by #3699 and #3687, which will make it into the next point release.

@mdboom mdboom closed this as completed Feb 12, 2015
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

No branches or pull requests

2 participants