Re: Coyote graphics resizeable window [message #80571] |
Sun, 24 June 2012 18:32 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
gutewaqi writes:
> I was using coyote graphics routine to display my data
> (surface mass density) through CgContour command. I have
> done that. But I want to overlay this contour with the
> continent map. I tried setting the map using MAP_SET
> functions and add it over the CgWindow but it is not
> working, cause ADD or ADDCMD function do not work there.
> Can you help please.
You need to either get the Coyote Map Routines:
http://www.idlcoyote.com/idldoc/maps/index.html
Or, you need to add commands to cgWindow the old
fashioned way:
cgWindow, 'Map_Set', ...., /AddCmd
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|