Re: Is it possible to draw 2 plots in the same IDLgrPLot object ? [message #56886] |
Fri, 23 November 2007 07:05 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
minuscrim writes:
> Ok, I want to draw 2 different graphics in the same IDLgrPlot object,
> or in the same area in my application.
>
> With a simple command line we can do PLOT, x1, y1.. and then OPLOT,
> x2, y2..
> With that we can visualize 2 different graphics in the same window.
> IDLgrPlot objects has a different functionament and I want to draw in
> a the same area 2 plots. Is for these reason that I ask if it's
> possible.
> I think that it's imposible because, as you say, IDLgrPlot object "is"
> a plot.
>
> The solution is draw the plots in differents graphic object and
> visualize in the same area together??
The solution is to put two IDLgrPlot objects in
the same IDLgrView object.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: Is it possible to draw 2 plots in the same IDLgrPLot object ? [message #56887 is a reply to message #56886] |
Fri, 23 November 2007 06:41  |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Ok, I want to draw 2 different graphics in the same IDLgrPlot object,
or in the same area in my application.
With a simple command line we can do PLOT, x1, y1.. and then OPLOT,
x2, y2..
With that we can visualize 2 different graphics in the same window.
IDLgrPlot objects has a different functionament and I want to draw in
a the same area 2 plots. Is for these reason that I ask if it's
possible.
I think that it's imposible because, as you say, IDLgrPlot object "is"
a plot.
The solution is draw the plots in differents graphic object and
visualize in the same area together??
|
|
|
|