2008/6/24 John Hunter <[EMAIL PROTECTED]>:
> Committed to svn r5654 -- here is the test script::
>
>  import numpy as np
>  import matplotlib.pyplot as plt
>  plt.plot(np.random.rand(10), 'x-', label='first line')
>  plt.plot(np.random.rand(10), 'o-.', label='second line')
>  plt.legend(numpoints=1)
>  plt.show()

Thank you very much, that looks great!

Regards
Stéfan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to