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) Perl/PDL: Not available?
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.source
34       forge.net/credits.php)  have  contributed  to PLplot over its long his‐
35       tory.
36

SEE ALSO

38       PLplot   documentation   at    http://plplot.sourceforge.net/documenta
39       tion.php.
40
41
42
43                                 August, 2017                  PLSESC(3plplot)
Impressum