Coyote Graphics Update [message #74628] |
Wed, 26 January 2011 12:14 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Folks,
All this talk about TVIMAGE this morning got me thinking
that maybe *all* the Coyote Graphics commands could use
this easy approach to adding graphics commands to an
FSC_Window resizeable graphics window. So I added a
ADDCMD keyword to FSC_Plot, FSC_Contour, FSC_Surf, and
Histoplot.
This makes it possible to do something like this.
FSC_Window, WMULTI=[0,2,2] ; Set up 2x2 multiplot
FSC_Plot, LoadData(17), /ADDCMD
FSC_Contour, LoadData(18), /ADDCMD
FSC_Surf, LoadData(2), /ADDCMD
Histoplot, LoadData(7), /FILL, /ADDCMD
Four different plots in a resizeable graphics window
that can make a PostScript file and save its contents
in beautiful raster files. My God, you have GOT to
love that! :-)
Update your Coyote Library:
http://www.idlcoyote.com/programs/coyoteprograms.zip
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.")
|
|
|