widgets/
mg_xplot.pro
Routines
Routines from mg_xplot.pro
mg_xplot_doplot, pstate
Display the plot.
mg_xplot_ls, event
Handle linestyle events.
mg_xplot_cleanup, tlb
Cleanup widget program resources.
mg_xplot [, x] [, y] [, xsize=long] [, ysize=long]
Widget program to display a line plot in direct graphics and modify some of its properties.
Routine details
top source mg_xplot_doplot
mg_xplot_doplot, pstate
Display the plot.
Parameters
- pstate in required type=pointer
pointer to state structure
top source mg_xplot_ls
mg_xplot_ls, event
Handle linestyle events.
Parameters
- event in required type=structure
event to handle
top source mg_xplot_cleanup
mg_xplot_cleanup, tlb
Cleanup widget program resources.
Parameters
- tlb in required type=long
widget identifier of top-level base
top source mg_xplot
mg_xplot [, x] [, y] [, xsize=long] [, ysize=long]
Widget program to display a line plot in direct graphics and modify some of its properties.
Parameters
- x in optional type=fltarr
x data
- y in optional type=fltarr
y data
Keywords
- xsize in optional type=long default=500
xsize of graphics display window
- ysize in optional type=long default=xsize / 1.62
ysize of graphics display window
File attributes
Modification date: | Tue Dec 30 21:24:04 2008 |
Lines: | 53 |
Docformat: | rst rst |