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

Fix PathEffect rendering on some backends #5217

Merged
merged 3 commits into from Oct 9, 2015

Commits on Oct 9, 2015

  1. Fix PathEffect rendering on some backends

    The special sub-GC that is created by the PathEffectRenderer was of
    GraphicsContextBase, rather than the backend-specific GC.
    
    Fix matplotlib#5049, Fix matplotlib#4024
    mdboom committed Oct 9, 2015
    Copy the full SHA
    bfab80e View commit details
    Browse the repository at this point in the history
  2. Add test

    mdboom committed Oct 9, 2015
    Copy the full SHA
    daf7ad5 View commit details
    Browse the repository at this point in the history
  3. Fix PEP8

    mdboom committed Oct 9, 2015
    Copy the full SHA
    1f14776 View commit details
    Browse the repository at this point in the history