1MGLCONV(1) User Manuals MGLCONV(1)
2
3
4
6 mglconv - Execute MathGL scripts to generate graphical output.
7
9 mglconv [parameters] scriptfile
10
12 mglconv reads MGL scripts from scriptfile to produce plots of specified
13 functions or data. Result can be saved in bitmap (PNG/JPEG/GIF/BMP) or
14 vector (EPS/SVG/LaTeX/OFF/STL/OBJ/X3D) format. You can use - as file
15 name for reading script from standard input.
16
18 -1 string
19 Set string as argument $1 for script.
20
21 ...
22
23 -9 string
24 Set string as argument $9 for script.
25
26 -A value
27 Add value into the list of animation parameters.
28
29 -C v1:v2[:dv]
30 Add values in range v1:v2 with step dv (default is 1) into the
31 list of animation parameters.
32
33 -L locname
34 Set the locale to locname.
35
36 -o name
37 Set output file name.
38
39 -h Print help message.
40
42 mglconv was written by Alexey Balakin, http://mathgl.sourceforge.net/
43
45 mglview(1), mgl(5)
46
47
48
49MathGL MARCH 2012 MGLCONV(1)