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

Sliders show as (truncated) triangles when using Cairo backends, fine with Agg. #4074

Closed
OceanWolf opened this issue Feb 6, 2015 · 5 comments

Comments

@OceanWolf
Copy link
Contributor

Testing matplotlib/examples/widgets/slider_demo.py on various backends, the bug fixed with #576 seems to have re-emerged since 1.3.1, or at least a similar phenomena.

I have tested slider_demo.py using the following backends:

Backend Displays this bug
GTKAgg no
GTK3Agg no
Qt4Agg no
TkAgg no
WXAgg no
GTK yes
GTK3Cairo yes
WX yes
GTKCairo yes
@tacaswell tacaswell added this to the v1.5.x milestone Feb 7, 2015
@mdboom mdboom self-assigned this Feb 9, 2015
@mdboom
Copy link
Member

mdboom commented Feb 9, 2015

The first broken commit appears to be 91725d8.

@mdboom mdboom closed this as completed in 34a85ed Feb 11, 2015
tacaswell added a commit that referenced this issue Feb 11, 2015
Fix : Bug introduced in 91725d8

fix #4074 Move over more internal parameters in 
call to Path._fast_from_codes_and_verts
@OceanWolf
Copy link
Contributor Author

@tacaswell Should this also go in the color overhaul branch as it fixes an issue introduced in 1.4.

@tacaswell
Copy link
Member

@OceanWolf I don't think the change that caused this is on the 1.4 branch.

@OceanWolf
Copy link
Contributor Author

@tacaswell Ahh, my mistake, I remembered seeing the triangles before on a standard release, it must have been from the previous time this bug occurred.

@tacaswell
Copy link
Member

@OceanWolf No worries.

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

3 participants