Hi,

I want to show the same data on multiple plots. Is it possible to re-use
the Line2D object for that? t.m., 

line = axes1.plot(xdata, ydata, ...)

...

axes2.lines.append(line)

Or is a Line2D bound to a certain axes instance?

Best regards

Ole




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to