logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pljoin - Draw a line between two points

Arguments

x1 (PLFLT(3plplot), input)
              x coordinate of first point.

       y1 (PLFLT(3plplot), input)
              y coordinate of first point.

       x2 (PLFLT(3plplot), input)
              x coordinate of second point.

       y2 (PLFLT(3plplot), input)
              y coordinate of second point.

Authors

       Many  developers  (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its
       long history.

Description

       Joins the point (x1, y1) to (x2, y2).

       Redacted form: pljoin(x1,y1,x2,y2)

       This function is used in examples 3 and 14.

Name

pljoin - Draw a line between two points

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                    PLJOIN(3plplot)

Synopsis

pljoin(x1, y1, x2, y2)

See Also