From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/plot/prow.par | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pkg/plot/prow.par (limited to 'pkg/plot/prow.par') diff --git a/pkg/plot/prow.par b/pkg/plot/prow.par new file mode 100644 index 00000000..a83af044 --- /dev/null +++ b/pkg/plot/prow.par @@ -0,0 +1,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 -- cgit