Re: [Matplotlib-users] legend in pylab

2008-06-29 Thread Ryan May
sandric ionut wrote: > Hello: > > I am trying to diplay legend of X and Y axes like: legend(('label X', > 'label Y'), isaxes=True) > and I get an error: __init__() got an > unexpected keyword argument 'is > axes' > > How can I display labels for X and Y axes and a Title for the plot If I und

[Matplotlib-users] legend in pylab

2008-06-29 Thread sandric ionut
Hello: I am trying to diplay legend of X and Y axes like: legend(('label X', 'label Y'), isaxes=True) and I get an error: __init__() got an unexpected keyword argument 'is axes' How can I display labels for X and Y axes and a Title for the plot Thank you, Ionut ---