aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/icfit/icguaxes.gx
blob: 1527a10e67a25419f8f0a5d8650206d1cd64722b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# ICG_UAXES -- Set user axis

procedure icg_uaxes$t (key, cv, x, y, z, npts, label, units, maxchars)

int	key				# Key for axes
pointer	cv				# CURFIT pointer
PIXEL	x[npts]				# Independent variable
PIXEL	y[npts]				# Dependent variable
PIXEL	z[npts]				# Output values
int	npts				# Number of points
char	label[maxchars]			# Axis label
char	units[maxchars]			# Axis units
int	maxchars			# Maximum chars in label

begin
end