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

Invisible point-plots #357

Closed
thomas-haslwanter opened this issue Nov 9, 2014 · 1 comment
Closed

Invisible point-plots #357

thomas-haslwanter opened this issue Nov 9, 2014 · 1 comment

Comments

@thomas-haslwanter
Copy link

After importing seaborn, the lines

x = np.arange(10)
plt.plot(x,'.')
plt.show()

plots an empty graph. Similar for "plt.plot(x,'*')" etc.

@mwaskom
Copy link
Owner

mwaskom commented Nov 9, 2014

See #344

@mwaskom mwaskom closed this as completed Nov 9, 2014
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