libpgplotxx.a (C++ interface to PGPLOT)

◆ pgplot_escape_sequences_help_text

const char* const pgplot_escape_sequences_help_text
Initial value:
=
{
"PGPLOT recognizes escape sequences in character strings:\n"
" \\u up one level (superscript)\n"
" \\d down one level (subscript)\n"
" \\b backspace\n"
" \\A (upper case only) Angstrom symbol, roman font\n"
" \\x multiplication sign\n"
" \\. centered dot\n"
" \\\\ \\, returns the code for backslash\n"
" \\gx greek letter corresponding to roman letter x\n"
" \\fn switch to Normal font\n"
" \\fr switch to Roman font\n"
" \\fi switch to Italic font\n"
" \\fs switch to Script font\n"
" \\mn or \\mnn graph marker number n or nn (1 or 2 digits)\n"
" \\(nnn) Hershey symbol number nnn (any number of digits)\n"
" Hershey symbols are listed at \n"
" http://www.astro.caltech.edu/~tjp/pgplot/hershey.html\n"
}

Definition at line 3 of file pgplot_escape_sequences_help_text.cc.