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

Markers in XKCD style #2625

Closed
stfivic opened this issue Nov 29, 2013 · 3 comments · Fixed by #11558
Closed

Markers in XKCD style #2625

stfivic opened this issue Nov 29, 2013 · 3 comments · Fixed by #11558
Milestone

Comments

@stfivic
Copy link

stfivic commented Nov 29, 2013

Currently, XKCD style is not applied on markers in a plots (e.g. created with plot(x,y,'o') or scatter(X,Y,marker='s')). It would be nice if circles, squares, crosses etc. looks like they are hand drawn.

@tacaswell tacaswell added this to the v1.5.x milestone Aug 17, 2014
@petehuang
Copy link
Contributor

petehuang commented Dec 28, 2016

Reporting from 1.5.3

Edit: Never mind, I'm dumb

I think XKCD style applies to markers now, provided you're calling matplotlib.pyplot.xkcd() before drawing

I would close

@tacaswell
Copy link
Member

@petehuang How did you test?

 matplotlib.pyplot.xkcd()
plt.plot(range(5), 'o', ms=15)

Gives
so

@petehuang
Copy link
Contributor

Oops, my bad, you're right

@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.2 (next next feature release) Oct 3, 2017
@QuLogic QuLogic modified the milestones: needs sorting, v3.0 Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants