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

Arguments

nms (PLINT(3plplot), input)
              The number of mark and space elements in a line.  Thus a simple broken line  can  be  obtained  by
              setting nms=1 .  A continuous line is specified by setting nms=0 .

       mark (PLINT_VECTOR(3plplot), input)
              A  vector  containing  the  lengths  of  the  segments  during  which the pen is down, measured in
              micrometers.

       space (PLINT_VECTOR(3plplot), input)
              A vector containing the lengths  of  the  segments  during  which  the  pen  is  up,  measured  in
              micrometers.

Authors

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

Description

       This  sets  up the line style for all lines subsequently drawn.  A line consists of segments in which the
       pen is alternately down and up. The lengths of these segments are passed in the vectors  mark  and  space
       respectively.   The number of mark-space pairs is specified by nms.  In order to return the line style to
       the default continuous line, plstyl(3plplot) should be called with nms =0 .(see also pllsty(3plplot))

       Redacted form: plstyl(mark,space)

       This function is used in examples 1, 9, and 14.

Name

plstyl - Set line style

See Also

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

                                                   July, 2025                                    PLSTYL(3plplot)

Synopsis

plstyl(nms, mark, space)

See Also