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 77, see plsescfortran77(3plplot)) you pass esc as a character.
14 Only selected characters are allowed to prevent the user from shooting
15 himself in the foot (For example, a isn't allowed since it conflicts
16 with 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
19
20 #, ASCII 35
21
22 $, ASCII 36
23
24 %, ASCII 37
25
26 &, ASCII 38
27
28 *, ASCII 42
29
30 @, ASCII 64
31
32 ^, ASCII 94
33
34 ~, ASCII 126
35
36
37
38 Redacted form: General: plsesc(esc) Perl/PDL: Not available?
39
40
41 This function is not used in any examples.
42
44 esc (char, input)
45 Escape character.
46
47
49 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
50 man page was automatically generated from the DocBook source of the
51 PLplot documentation, maintained by Alan W. Irwin and Rafael
52 Laboissiere.
53
55 PLplot documentation at http://plplot.sourceforge.net/resources.
56
57
58
59 March, 2007 PLSESC(3plplot)