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

ENH: pass dash_offset through to gc for Line2D #5433

Merged
merged 4 commits into from Nov 24, 2015

Commits on Nov 24, 2015

  1. ENH: pass dash_offset through to gc for Line2D

    Previously, the user supplied offset to Line2D set_linestyle
    was silently discarded.  This commit makes the value to be passed
    through to the underlying GC on draw, but not all of the backends do
    anything with the offset (ex Agg does not).
    tacaswell committed Nov 24, 2015
    Copy the full SHA
    50aceb5 View commit details
    Browse the repository at this point in the history
  2. Make dash offset work in Agg backend

    mdboom authored and tacaswell committed Nov 24, 2015
    Copy the full SHA
    2df0840 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e75800 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9ee4e99 View commit details
    Browse the repository at this point in the history