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

plsesc - Set the escape character for text strings

Arguments

esc (char, input)
              Escape character.

Authors

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

Description

       Set  the  escape character for text strings.  From C (in contrast to Fortran, see plsescfortran(3plplot))
       you pass esc as a character. Only selected characters are allowed  to  prevent  the  user  from  shooting
       himself  in  the  foot  (For  example, a  isn't allowed since it conflicts with C's use of backslash as a
       character escape).  Here are the allowed escape characters and their corresponding decimal ASCII  values:
       !,  ASCII 33 #, ASCII 35 $, ASCII 36 %, ASCII 37 &, ASCII 38 *, ASCII 42 @, ASCII 64 ^, ASCII 94 ~, ASCII
       126

       Redacted form: General: plsesc(esc)

       This function is used in example 29.

Name

plsesc - Set the escape character for text strings

See Also

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

                                                   July, 2025                                    PLSESC(3plplot)

Synopsis

plsesc(esc)

See Also