I want to plot smooth line between data points (Excel like) and I can do it
with with 2 lines:
  a.. Original data points as circles, for instance: plot(x, y, 'bo')
  b.. Spline of these points as line: plot(xnew, ynew, 'b-')
The only problem with this is the legend - I get either 'o' or '---' but not
the required 'o-----o'.

Thanks for any suggestions,





*******************************************************************************************************

This e-mail message may contain confidential,and  privileged information or 
data that constitute proprietary information of CMT Medical Ltd. Any review or 
distribution by others is strictly prohibited. If you are not the intended 
recipient you are hereby notified that any use of this information or data by 
any other person is absolutely prohibited. If you are not the intended 
recipient, please delete all copies. Thank You. http://www.cmt.co.il

********************************************************************************************************





 
 
************************************************************************************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer 
viruses.
************************************************************************************


------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to