|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./plotter oshow.pro
| oshow |
Plot a data container on top of (over) the current plot. The x-axis will be automatically constructed to match that of the current plot. If the plot is not zoomed, the x and y range will be adjusted to accomodate this data along with all previously plotted data. If overlays are turned off, calling this automatically turns it on.
getrec,1 ; retrieve record 1 into !g.s[0]
copy,0,1 ; copy the data container !g.s[0] to !g.s[1]
getrec,2 ; retrieve record 2 into !g.s[0]
show,0 ; show record 2
oshow,1 ; overlay record 1
| Keywords | |
|
color |
A color to use when drawing the line. |