libpgplotxx.a (C++ interface to PGPLOT)
pgplot_escape_sequences_help_text.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from pgplot_escape_sequences_help_text.txt
4 {
5  "PGPLOT recognizes escape sequences in character strings:\n"
6  " \\u up one level (superscript)\n"
7  " \\d down one level (subscript)\n"
8  " \\b backspace\n"
9  " \\A (upper case only) Angstrom symbol, roman font\n"
10  " \\x multiplication sign\n"
11  " \\. centered dot\n"
12  " \\\\ \\, returns the code for backslash\n"
13  " \\gx greek letter corresponding to roman letter x\n"
14  " \\fn switch to Normal font\n"
15  " \\fr switch to Roman font\n"
16  " \\fi switch to Italic font\n"
17  " \\fs switch to Script font\n"
18  " \\mn or \\mnn graph marker number n or nn (1 or 2 digits)\n"
19  " \\(nnn) Hershey symbol number nnn (any number of digits)\n"
20  " Hershey symbols are listed at \n"
21  " http://www.astro.caltech.edu/~tjp/pgplot/hershey.html\n"
22 };
const char *const pgplot_escape_sequences_help_text