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

plsym - Plot a glyph at the specified points

Arguments

n (PLINT(3plplot), input)
              Number of points in the x and y vectors.

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

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

       code (PLINT(3plplot), input)
              Hershey symbol code corresponding to a glyph to be plotted at each of the n points.

Authors

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

Description

       Plot  a  glyph  at the specified points.  (This function is largely superseded by plstring(3plplot) which
       gives access to many[!] more glyphs.)

       Redacted form: plsym(x,y,code)

       This function is used in example 7.

Name

plsym - Plot a glyph at the specified points

See Also

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

                                                   July, 2025                                     PLSYM(3plplot)

Synopsis

plsym(n, x, y, code)

See Also