[Matplotlib-users] problem installing 0.87.5

2006-09-08 Thread Jean_Francois Moulin
I tried installing the 0.87.5 version of matplotlib and this is what I get when running a routine that worked under 0.87.3. Any clue? TIA JF >pythonw -u "image_rx2_3.py" Traceback (most recent call last): File "image_rx2_3.py", line 1, in ? from pylab import * File "C:\Python24\Lib\site-p

[Matplotlib-users] legend problem

2006-09-08 Thread Jean_Francois Moulin
Hi all! I have a small problem with the legend() stuff... when plotting several lines like in: name=0 for curve in data: plot(curve[0],curve[1],label=str(name)) name+=1 legend() show() the first two curves appear with a label but without the line represented in the legend box. More