Query: plpath
OS: debian
Section: 3plplot
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLPATH(3plplot) PLplot API PLPATH(3plplot)NAMEplpath - Draw a line between two points, accounting for coordinate transforms.SYNOPSISplpath(n, x1, y1, x2, y2)DESCRIPTIONJoins the point (x1, y1) to (x2, y2). If a global coordinate transform is defined then the line is broken in to n segments to approximate the path. If no transform is defined then this simply acts like a call to pljoin(3plplot). Redacted form: plpath(n,x1,y1,x2,y2) This function is not used in any examples.ARGUMENTSn (PLINT, input) number of points to use to approximate the path. 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.AUTHORSGeoffrey 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 ALSOPLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLPATH(3plplot)
Related Man Pages |
---|
pl_setcontlabelparam(3plplot) - debian |
plgradient(3plplot) - debian |
plot3d(3plplot) - debian |
plptex(3plplot) - debian |
plshade(3plplot) - debian |
Similar Topics in the Unix Linux Community |
---|
Use expect to run an interactive shell script? |