Go to the source code of this file.
Data Structures | |
| struct | TwoDMeshPlotStruc |
| This structure stores parameters specifying how to plot a PostScript diagram of the parameter mesh. More... | |
Macros | |
Error Codes | |
| #define | TWODMESHPLOTH_ENUL 1 |
| #define | TWODMESHPLOTH_EOUT 2 |
| #define | TWODMESHPLOTH_EMEM 3 |
| #define | TWODMESHPLOTH_EMETRIC 4 |
| #define | TWODMESHPLOTH_ENOPLOT 5 |
| #define | TWODMESHPLOTH_MSGENUL "Unexpected null pointer in arguments" |
| #define | TWODMESHPLOTH_MSGEOUT "Output handle points to a non-null pointer" |
| #define | TWODMESHPLOTH_MSGEMEM "Memory allocation error" |
| #define | TWODMESHPLOTH_MSGEMETRIC "Non-positive metric" |
| #define | TWODMESHPLOTH_MSGENOPLOT "Nothing to plot" |
Constants | |
The values in the table above are stored in the constants | |
| #define | TWODMESHPLOTH_XSIZE 540 |
| Horizontal size of plotting area (points = \( 1/72'' \) ) More... | |
| #define | TWODMESHPLOTH_YSIZE 720 |
| Vertical size of plotting area (points) More... | |
| #define | TWODMESHPLOTH_XMARG 36 |
| Distance from left of page to plotting area (points) More... | |
| #define | TWODMESHPLOTH_YMARG 36 |
| Distance from bottom of page to plotting area (points) More... | |