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 #, 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
28 esc (char, input)
29 Escape character.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 July, 2010 PLSESC(3plplot)