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 --- lib/scr/implot.key | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/scr/implot.key (limited to 'lib/scr/implot.key') diff --git a/lib/scr/implot.key b/lib/scr/implot.key new file mode 100644 index 00000000..68ce6d5e --- /dev/null +++ b/lib/scr/implot.key @@ -0,0 +1,32 @@ +Implot Command Summary: + + a mark a range of lines or columns to be averaged + c plot a column + e expand plot by marking corners of viewport + j move down without clearing and rescaling + k move up without clearing and rescaling + l plot a line + m go to the previous image in the input list + n go to the next image in the input list + o overplot next vector + p measure profile (mark region and background with 2 pos) + q quit + r redraw + s print statistics on a region + / scroll status line + print coordinates and data value + + :a N set number of lines or columns to be averaged + :c M [N] plot column[s] M [to N] + :f format label format (%f %h %m %H %M) + :i image open a different image + :o overplot next vector + :l M [N] plot line[s] M [to N] + :log+, log- enable, disable log scaling in Y + :nxticks number of tick marks on X axis + :nyticks number of tick marks on Y axis + :solid use only solid linetypes when overplotting + :step N set step size for j,k + :w wcstype set wcs type (logical|physical|world) + :x x1 x2 fix plotting range in X (call with no args to unfix) + :y y1 y2 fix plotting range in Y (call with no args to unfix) -- cgit