diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/plot/calcomp.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/plot/calcomp.par')
-rw-r--r-- | pkg/plot/calcomp.par | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/plot/calcomp.par b/pkg/plot/calcomp.par new file mode 100644 index 00000000..20b9823a --- /dev/null +++ b/pkg/plot/calcomp.par @@ -0,0 +1,17 @@ +input,s,a,,,,"input metacode file" +device,s,h,"calcomp",,,"output device" +generic,b,h,no,,,"ignore remaining kernel dependent parameters" +debug,b,h,no,,,"print decoded graphics instr's during processing" +verbose,b,h,no,,,"print elements of polylines, etc. in debug mode" +gkiunits,b,h,no,,,"print coordinates in GKI rather than NDC units" +xscale,r,h,INDEF,0.0,,"plotter x = GKI_NDC_X * xscale" +yscale,r,h,INDEF,0.0,,"plotter y = GKI_NDC_Y * yscale" +txquality,s,h,"normal","normal|low|medium|high",,"character quality" +lwtype,s,h,"ntracing","ntracing|penchange",,"bold line implementation" +ltover,b,h,no,,,"override line type simulation" +lwover,b,h,yes,,,"override line width simulation" +lcover,b,h,no,,,"override line color implementation by penchange" +dashlen,r,h,INDEF,0.0,,"dashed line dash length; 0.1 reasonable" +gaplen,r,h,INDEF,0.0,,"dashed line gap length; 0.05 reasonable" +plwsep,r,hl,INDEF,0.,,"polyline separation in ntracing; .005 reasonable" + |