SYNOPSIS
#include <ncarg/gks.h>void gset_linewidth(Gdouble linewidth);
DESCRIPTION
- linewidth
-
(Input) - A scale factor to control the
linewidth of the polyline to be
drawn. It must be greater than or
equal to 0. linewidth is applied to the
nominal linewidth on a given device
and the linewidths are mapped to the
nearest available linewidth
representable on that device.
By default linewidth = 1.0, so setting linewidth = 2.0 will double line width on most devices.
ACCESS
To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.

