Re: [Matplotlib-users] _legmarker attribute error in in legend using vlines

2009-10-16 Thread Jae-Joon Lee
I guess this is a known bug and already fixed. Maybe ubuntu 9.4 sheeps with the older version though (the bug was fixed in this January, so, I'm not sure). http://www.nabble.com/unable-to-create-legend-for-vlines-graph-td21707558.html#a21707558 You may try to install the latest version. Or you ma

[Matplotlib-users] _legmarker attribute error in in legend using vlines

2009-10-16 Thread Michael Waters
When I try to make a legend after using the vlines command, I get a _legmarker error. my code: / plot(two_theta,y_value_list_1) vlines(two_theta,[0],y_value_list_2,linewidth = 2) legend(['1','2'])/ the error: /Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib