1PLSESC(3plplot) PLplot API PLSESC(3plplot)
2
3
4
6 plsesc - Set the escape character for text strings
7
9 plsesc(esc)
10
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 se‐
14 lected characters are allowed to prevent the user from shooting himself
15 in the foot (For example, a isn't allowed since it conflicts with C's
16 use of backslash as a character escape). Here are the allowed escape
17 characters and their corresponding decimal ASCII values: !, ASCII 33 #,
18 ASCII 35 $, ASCII 36 %, ASCII 37 &, ASCII 38 *, ASCII 42 @, ASCII 64 ^,
19 ASCII 94 ~, ASCII 126
20
21
22 Redacted form: General: plsesc(esc)
23
24
25 This function is used in example 29.
26
28 esc (char, input)
29 Escape character.
30
31
33 Many developers (who are credited at http://plplot.org/credits.php)
34 have contributed to PLplot over its long history.
35
37 PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41 July, 2023 PLSESC(3plplot)