Re: Minor, but annoying legend problem in matplotlib

2005-02-28 Thread John Hunter
Jorl == Jorl Shefner [EMAIL PROTECTED] writes: JorlThe obvious solution is to plot the lines and symbols in Jorl two different commands: ___ You want to explicitly pass the lines you want to legend into the legend command, as in Symb=

Minor, but annoying legend problem in matplotlib

2005-02-25 Thread Jorl Shefner
I have a problem that I run into a lot with the 'legend' command's default behavior. I've found a work-around but I wonder if there's a better way. For a simple example, take the following: x= [1,2,3,4,5,6,7,8] a= [5,3,2,4,6,5,8,7] b=