diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/nttools/gtpar.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/gtpar.par')
-rw-r--r-- | pkg/utilities/nttools/gtpar.par | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/gtpar.par b/pkg/utilities/nttools/gtpar.par new file mode 100644 index 00000000..c5e66541 --- /dev/null +++ b/pkg/utilities/nttools/gtpar.par @@ -0,0 +1,27 @@ +wx1,r,h,0.,,,left world x-coord if not autoscaling +wx2,r,h,0.,,,right world x-coord if not autoscaling +wy1,r,h,0.,,,lower world y-coord if not autoscaling +wy2,r,h,0.,,,upper world y-coord if not autoscaling +marker,s,h,"box","point|box|plus|cross|circle|diamond|hline|vline|hebar|vebar",\ +,"point marker character: \n\ + point, box, plus, cross, circle,\n\ + diamond, hline, vline, hebar, vebar" +szmarker,r,h,5E-3,,,marker size (0 => list input; < 0 => NDC) +logx,b,h,no,,,log scale x-axis? +logy,b,h,no,,,log scale y-axis? +box,b,h,yes,,,draw box around periphery of window? +ticklabels,b,h,yes,,,label tick marks? +grid,b,h,no,,,draw grid lines on plot +xlabel,s,h,"",,,x-axis label +ylabel,s,h,"",,,y-axis label +title,s,h,"imtitle",,,title for plot +vx1,r,h,0.,,,left limit of device viewport (0.0:1.0) +vx2,r,h,0.,,,right limit of device viewport (0.0:1.0) +vy1,r,h,0.,,,bottom limit of device viewport (0.0:1.0) +vy2,r,h,0.,,,upper limit of device viewport (0.0:1.0) +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 viewport vs enforce unity aspect ratio? |