ENH: pass dash_offset through to gc for Line2D - #5433
Conversation
|
We have emailed gh about that issue, we are just too big. The work around On Thu, Nov 12, 2015, 09:02 Michael Droettboom notifications@github.com
|
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).
ddeec98 to
9ee4e99
Compare
|
I think this is ready to go. |
ENH: pass dash_offset through to gc for Line2D
|
Backported to 2.0.x as d11e344 |
ENH: pass dash_offset through to gc for Line2D
|
In |

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).