Re: IDLgrView and Widget_Draw [message #64633] |
Mon, 12 January 2009 08:34 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
JAVA writes:
> I am relatively new to IDL, and would like to know if it is possible
> to 'mix' a drawing made using IDLgrView and with a widget_draw window?
> If it is, can someone point me to either sample code which will do
> this or a section in a manual? I am using IDL 6.0.
>
> I am trying to create a small plot in a corner of a larger plot. The
> smaller plot is an orientation plot which will show how the data in
> the larger 2-D plot was taken from a 3-D data array.
What you will want to do is to create two IDLgrViews, one
for each of your two plots, and combine those two views
into a "scene" with IDLgrScene. I don't know where you can
find an example of this off-hand.
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.")
|
|
|