aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/icfit/icguaxesd.x
blob: b787d21173ea7e5df972b2c5af36c523ea969429 (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_uaxesd (key, cv, x, y, z, npts, label, units, maxchars)

int	key				# Key for axes
pointer	cv				# CURFIT pointer
double	x[npts]				# Independent variable
double	y[npts]				# Dependent variable
double	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