Re: add lines to a plot window [message #17830] |
Tue, 16 November 1999 00:00 |
Pavel Romashkin
Messages: 166 Registered: April 1999
|
Senior Member |
|
|
Use OPLOT. Keep all data added to the plot. Check ranges and if new ranges are
larger, use PLOT again, and re-plot all data.
Good luck with it,
Pavel
pei zeng wrote:
> Hi,
>
> I have a following situation: i have an orginal line plot for a dataset
> (x,y), and new datasets are generated along the process. I would like to add
> new lines to the orginal plot.
>
> Thanks!
>
> pei
|
|
|
Re: add lines to a plot window [message #17833 is a reply to message #17830] |
Tue, 16 November 1999 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
pei zeng (pei@prism-cs.com) writes:
> I have a following situation: i have an orginal line plot for a dataset
> (x,y), and new datasets are generated along the process. I would like to add
> new lines to the orginal plot.
You want to "over-plot". Check out the OPLOT command.
Just make sure your original axes are set up to accommodate
any data you subsequently want to put on the plot.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|