pljoin(3plplot) debian man page | unix.com

Man Page: pljoin

Operating Environment: debian

Section: 3plplot

PLJOIN(3plplot) 						    PLplot API							   PLJOIN(3plplot)

NAME
pljoin - Draw a line between two points
SYNOPSIS
pljoin(x1, y1, x2, y2)
DESCRIPTION
Joins the point (x1, y1) to (x2, y2). Redacted form: pljoin(x1,y1,x2,y2) This function is used in examples 3,14.
ARGUMENTS
x1 (PLFLT, input) x coordinate of first point. y1 (PLFLT, input) y coordinate of first point. x2 (PLFLT, input) x coordinate of second point. y2 (PLFLT, input) y coordinate of second point.
AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLJOIN(3plplot)
Related Man Pages
pl_setcontlabelparam(3plplot) - debian
plmesh(3plplot) - debian
plptex(3plplot) - debian
plvpor(3plplot) - debian
plw3d(3plplot) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com