CGOVERPLOT__DEFINE
The purpose of this program is to create a data object that can be plotted or drawn on
a set of axes set up by another plotting command.
Categories
Graphics
Examples
Use, for example, with the cgPlot command::
oplotObj1 = Obj_New('cgOverPlot', cgDemoData(17), Color='red', PSYM=-1, LINESTYLE=2)
oplotObj2 = Obj_New('cgOverPlot', cgDemoData(17), Color='blue', PSYM=-2, LINESTYLE=4)
cgPlot, cgDemoData(17), Color='purple', PSYM=-4, OPLOTS=[oplotObj1, oplotObj2]
Obj_Destroy, [oplotObj1, oplotObj2]
Author
FANNING SOFTWARE CONSULTING::
David W. Fanning
1645 Sheely Drive
Fort Collins, CO 80526 USA
Phone: 970-221-0438
E-mail: david@idlcoyote.com
Coyote's Guide to IDL Programming: http://www.idlcoyote.com
History
Change History::
Written, 18 July 2012. DWF.
Copyright
Copyright (c) 2012, Fanning Software Consulting, Inc.