1PLSESC(3plplot)                   PLplot API                   PLSESC(3plplot)
2
3
4

NAME

6       plsesc - Set the escape character for text strings
7

SYNOPSIS

9       plsesc(esc)
10

DESCRIPTION

12       Set the escape character for text strings.  From C (in contrast to For‐
13       tran, see plsescfortran(3plplot)) you pass esc  as  a  character.  Only
14       selected  characters are allowed to prevent the user from shooting him‐
15       self in the foot (For example, a  isn't allowed since it conflicts with
16       C's  use  of  backslash  as  a character escape).  Here are the allowed
17       escape characters and their  corresponding  decimal  ASCII  values:  !,
18       ASCII 33 #, ASCII 35 $, ASCII 36 %, ASCII 37 &, ASCII 38 *, ASCII 42 @,
19       ASCII 64 ^, ASCII 94 ~, ASCII 126
20
21
22       Redacted form: General: plsesc(esc)
23
24
25       This function is used in example 29.
26

ARGUMENTS

28       esc (char, input)
29              Escape character.
30
31

AUTHORS

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

SEE ALSO

37       PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41                                September, 2020                PLSESC(3plplot)
Impressum