forked from TUD-INF-IAI-MCI/SVG-Plott
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbedienung.txt
42 lines (30 loc) · 866 Bytes
/
bedienung.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Aufruf: java -jar svgplot.jar [options] function1 [function2 [function3]]
Optionen:
--title, -t
Titel der Grafik
--size, -s
Größe der Grafik in Millimeter
Standard: 210,297
--xrange, -x
Darstellungsbereich der x-Achse
Standard: -8:8
--yrange, -y
Darstellungsbereich der y-Achse
Standard: -8:8
--pi, -p
Einteilung der x-Achse in Vielfache von pi
Standard: false
--xlines
Hilfslinien auf der x-Achse, durch Leerzeichen getrennt
--ylines
Hilfslinien auf der y-Achse, durch Leerzeichen getrennt
--css, -c
Direkte Angabe von zusätzlichen CSS-Anweisungen oder Pfad zu einer
CSS-Datei
--gnuplot, -g
Pfad zum Gnuplot-Programm
--output, -o
Pfad zur Ausgabedatei
--help, -h
Hilfe
Standard: false