Skip to content
Prev 165816 / 398502 Next

How do I plot multiple XY plots on the same graph

Hello,

You can use plot for the first plot and points for the subsequent ones.

Points will add new points to the existing plot reusing the axes,
labels, etc.

Best regards,

Carlos J. Gil Bellosta
http://www.datanalytics.com
On Wed, 2008-12-31 at 15:36 -0800, George Chen wrote: