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 |
Testing
matplotlib/examples/widgets/slider_demo.pyon 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.pyusing the following backends: