File: implot.key

package info (click to toggle)
iraf 2.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,000 kB
  • sloc: ansic: 115,890; fortran: 74,576; lisp: 18,888; yacc: 5,642; sh: 961; lex: 596; makefile: 509; asm: 159; csh: 54; xml: 33; sed: 4
file content (32 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
	<space>		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)