Skip to content

Cairo backend marker/line style #1039

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

Closed
seberg opened this issue Jul 25, 2012 · 7 comments
Closed

Cairo backend marker/line style #1039

seberg opened this issue Jul 25, 2012 · 7 comments

Comments

@seberg
Copy link
Contributor

seberg commented Jul 25, 2012

Small thing... using matplotlib.use('cairo.pdf') and plt.plot([1,2,4,3], '--o'), etc. the black lines surrounding the markers are actually drawn using the same line style. ie. 'o:' would have black dots surrounding the circle. The newest version I tried this with was 1.1.1 shipped with ubuntu.

@ghost ghost assigned mdboom Jul 30, 2012
@tacaswell
Copy link
Member

@seberg Is this still an issue?

@seberg
Copy link
Contributor Author

seberg commented Jan 18, 2014

Hmm, only got 1.2.1 installed right now, that one still has it, not sure about newer ones.

@tacaswell tacaswell added this to the v1.4.x milestone Aug 18, 2014
@tacaswell
Copy link
Member

This is still an issue on master.

@tacaswell tacaswell modified the milestones: v1.4.x, 1.5.0 Feb 7, 2015
@tacaswell
Copy link
Member

This is related to cairo being a stack based graphic context and the underlying cairo context can get changed without it being reflected in the python layer.

@tacaswell tacaswell modified the milestones: proposed next point release, next point release Jul 17, 2015
@tacaswell
Copy link
Member

This needs a fix similar to: #4542

I suspect that restore should just reset a bunch of internal state.

@QuLogic
Copy link
Member

QuLogic commented Oct 10, 2016

Is this still broken? I can't seem to reproduce with 1.5.3 and the cairo backend (there is no cairo.pdf backend.)

@tacaswell
Copy link
Member

Closing as @QuLogic can not reproduce.

@seberg Please ping to have this re-opened if this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants