In the docs for Line2D, it says that the linestyle can be "any drawstyle
in combination with a linestyle, e.g. 'steps--'." However, this doesn't
seem to work in practice. I believe I have matplotlib 1.0.1 here:
In [2]: from matplotlib import lines
In [3]: line=lines.Line2D([0,1,2],[0,1,4], li
'pick_event' fires when I pick on either the marker or the line segment of a
Line2D object. But if I change the drawstyle to use steps (steps-pre,
steps-post, steps-mid), picking on the line segment is broken. It still seems
to think the line is linear. This leads to very strange behavior whe
'pick_event' fires when I pick on either the marker or the line segment of a
Line2D object. But if I change the drawstyle to use steps (steps-pre,
steps-post, steps-mid), picking on the line segment is broken. It still
seems to think the line is linear. This leads to very strange behavior
where