mglconv (1) Linux Manual Page
mglconv – Execute MathGL scripts to generate graphical output.
Synopsis
mglconv [parameters] scriptfileDescription
mglconv reads MGL scripts from scriptfile to produce plots of specified functions or data. Result can be saved in bitmap (PNG/JPEG/GIF/BMP) or vector (EPS/SVG/LaTeX/OFF/STL/OBJ/X3D) format. You can use – as file name for reading script from standard input.Options
- -1 string
- Set string as argument $1 for script.
- …
- -9 string
- Set string as argument $9 for script.
- -A value
- Add value into the list of animation parameters.
- -C v1:v2[:dv]
- Add values in range v1:v2 with step dv (default is 1) into the list of animation parameters.
- -L locname
- Set the locale to locname.
- -o name
- Set output file name.
- -h
- Print help message.
