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

plline3 - Draw a line in 3 space

Arguments

n (PLINT(3plplot), input)
              Number of points defining line.

       x (PLFLT_VECTOR(3plplot), input)
              A vector containing the x coordinates of points.

       y (PLFLT_VECTOR(3plplot), input)
              A vector containing the y coordinates of points.

       z (PLFLT_VECTOR(3plplot), input)
              A vector containing the z coordinates of points.

Authors

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

Description

       Draws  line  in  3  space  defined by n points in x, y, and z. You must first set up the viewport, the 2d
       viewing window (in world coordinates), and the 3d normalized coordinate box.  See x18c.c for more info.

       Redacted form: plline3(x,y,z)

       This function is used in example 18.

Name

plline3 - Draw a line in 3 space

See Also

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

                                                   July, 2025                                   PLLINE3(3plplot)

Synopsis

plline3(n, x, y, z)

See Also