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

plstripa - Add a point to a strip chart

Arguments

id (PLINT(3plplot), input)
              Identification number of the strip chart (set up in plstripc(3plplot)).

       pen (PLINT(3plplot), input)
              Pen number (ranges from 0 to 3).

       x (PLFLT(3plplot), input)
              X coordinate of point to plot.

       y (PLFLT(3plplot), input)
              Y coordinate of point to plot.

Authors

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

Description

       Add  a point to a given pen of a given strip chart. There is no need for all pens to have the same number
       of points or to be equally sampled in the x coordinate. Allocates memory and rescales as necessary.

       Redacted form: plstripa(id,pen,x,y)

       This function is used in example 17.

Name

plstripa - Add a point to a strip chart

See Also

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

                                                   July, 2025                                  PLSTRIPA(3plplot)

Synopsis

plstripa(id, pen, x, y)

See Also