[Matplotlib-users] Line2D: drawstyle + pick_event

2011-02-21 Thread James Kitchen
'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

[Matplotlib-users] Line2D: drawstyle + pick_event

2011-02-03 Thread Jim Kitchen
'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