1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
image,s,a,,,,image containing row to be plotted
row,i,a,,1,,row to be plotted
wcs,s,h,"logical",,,world coordinate system
wx1,r,h,0.,,,left user x-coord
wx2,r,h,0.,,,right user x-coord
wy1,r,h,0.,,,lower user y-coord
wy2,r,h,0.,,,upper user y-coord
pointmode,b,h,no,,,plot points instead of lines
marker,s,h,"box",,,point marker or line mode
szmarker,r,h,5E-3,,,marker size (0 for list input)
logx,b,h,no,,,log scale x-axis
logy,b,h,no,,,log scale y-axis
xlabel,s,h,"wcslabel",,,x-axis label
ylabel,s,h,"",,,y-axis label
title,s,h,"imtitle",,,title for plot
xformat,s,h,"wcsformat",,,x-axis coordinate format
vx1,r,h,0.,,,left limit of device window (ndc coords)
vx2,r,h,0.,,,right limit of device window (ndc coords)
vy1,r,h,0.,,,bottom limit of device window (ndc coords)
vy2,r,h,0.,,,upper limit of device window (ndc coords)
majrx,i,h,5,,,number of major divisions along x grid
minrx,i,h,5,,,number of minor divisions along x grid
majry,i,h,5,,,number of major divisions along y grid
minry,i,h,5,,,number of minor divisions along y grid
round,b,h,no,,,round axes to nice values
fill,b,h,yes,,,fill device viewport regardless of aspect ratio?
append,b,h,no,,,append to existing plot
device,s,h,"stdgraph",,,output device
|