Draws a line from the point (x1,y1) to the point (x2,y2). the "pen" (for subsequent calls to frstpt, vector, plotif, and plotit) is left at (x2,y2).
CALL LINE (X1,Y1,X2,Y2)
#include <ncarg/ncargC.h>
void c_line (float x1, float y1, float x2, float y2)
(an input expression of type REAL) defines the X user coordinate of the starting point of a line segment.
(an input expression of type REAL) defines the Y user coordinate of the starting point of a line segment.
(an input expression of type REAL) defines the X user coordinate of the ending point of a line segment.
(an input expression of type REAL) defines the Y user coordinate of the ending point of a line segment.
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
Polyline type, line width, and color can be set by calling the GKS routines GSLN, GSLWSC, GSCR, and GSPLCI before calling LINE.
This routine flushes the SPPS polyline buffer at each line draw. Thus, polyline attributes can be safely changed between successive calls.
Use the ncargex command to see the following relevant examples: mpex07, mpex09, cbex01, coex01, coex03, epltch, srex01, and tgflas.
To use LINE or c_line, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: gpl, gsln, gslwsc, gscr, gsplci, spps, spps_params, frstpt, vector, plotif, curve, ncarg_cbind
Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.