GfsGl2PSParams
From Gerris
Revision as of 22:28, 19 February 2012; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
The syntax is:
{
format = EPS
orientation = Portrait
line_width = 0.1
width = 640
height = 480
}
with:
- format
- File format. One of:
PPM- Portable PixMap
PS- Postscript
EPS- Encapsulated Postscript
PDF- Portable Document Format
SVG- Standard Vector Graphics
Gnuplot- Gnuplot data file
OBJ- WaveFront .obj data file
KML- Google Earth .kml data file
Latex
- orientation
- Page orientation, either
PortraitorLandscape, only relevant for thePSandPDFformats. - line_width
- Width of vector graphics lines, default is 1.
- width
- Horizontal bitmap size for the
PPMformat. - height
- Vertical bitmap size for the
PPMformat.

