1PLPATH(3plplot)                   PLplot API                   PLPATH(3plplot)
2
3
4

NAME

6       plpath  -  Draw  a  line  between two points, accounting for coordinate
7       transforms.
8

SYNOPSIS

10       plpath(n, x1, y1, x2, y2)
11

DESCRIPTION

13       Joins the point (x1, y1) to (x2, y2).  If a global coordinate transform
14       is  defined then the line is broken in to n segments to approximate the
15       path.  If no transform is defined then this simply acts like a call  to
16       pljoin(3plplot).
17
18       Redacted form: plpath(n,x1,y1,x2,y2)
19
20       This function is not used in any examples.
21

ARGUMENTS

23       n (PLINT, input)
24              number of points to use to approximate the path.
25
26       x1 (PLFLT, input)
27              x coordinate of first point.
28
29       y1 (PLFLT, input)
30              y coordinate of first point.
31
32       x2 (PLFLT, input)
33              x coordinate of second point.
34
35       y2 (PLFLT, input)
36              y coordinate of second point.
37
38

AUTHORS

40       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
41       man page was automatically generated from the  DocBook  source  of  the
42       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
43       Laboissiere.
44

SEE ALSO

46       PLplot documentation at http://plplot.sourceforge.net/resources.
47
48
49
50                                  July, 2010                   PLPATH(3plplot)
Impressum