aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/gtpar.par
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/gtpar.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/gtpar.par')
-rw-r--r--pkg/utilities/nttools/gtpar.par27
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?