>>>>> "Lionel" == Lionel Roubeyrie <[EMAIL PROTECTED]> writes:

    Lionel> Yes, I have seen my error too late, thanks.  But I can't
    Lionel> get a line in the legend, just markers?

I'm not sure what you are trying to do here.  How about
  
  ax = subplot(111)
  ax.plot([1,2,3], '-', label='a line')
  ax.legend()

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to