-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenLUVOIRPGF_Alt.sh
executable file
·38 lines (38 loc) · 1.43 KB
/
genLUVOIRPGF_Alt.sh
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
#!/usr/bin/env bash
# A little script to generate all my LUVOIR Alternate graphs.
#cd ~/Pictures/dgraphs
./dgraphs.py luvoiralt 0 linear savepgf
./dgraphs.py luvoiralt 0 logx savepgf
./dgraphs.py luvoiralt 0 logy savepgf
./dgraphs.py luvoiralt 0 loglog savepgf
./dgraphs.py luvoiralt 1 linear savepgf
./dgraphs.py luvoiralt 1 logx savepgf
./dgraphs.py luvoiralt 1 logy savepgf
./dgraphs.py luvoiralt 1 loglog savepgf
./dgraphs.py luvoiralt 2 linear savepgf
./dgraphs.py luvoiralt 2 logx savepgf
./dgraphs.py luvoiralt 2 logy savepgf
./dgraphs.py luvoiralt 2 loglog savepgf
./dgraphs.py luvoiralt 3 loglog savepgf
./dgraphs.py luvoiralt 3 logx savepgf
./dgraphs.py luvoiralt 3 logy savepgf
./dgraphs.py luvoiralt 4 logy savepgf
./dgraphs.py luvoiralt 4 linear savepgf
./dgraphs.py luvoiralt 5 linear savepgf
./dgraphs.py luvoiralt 5 logy savepgf
./dgraphs.py luvoiralt 5 logx savepgf
./dgraphs.py luvoiralt 5 loglog savepgf
./dgraphs.py luvoiralt 6 linear savepgf
./dgraphs.py luvoiralt 6 logy savepgf
./dgraphs.py luvoiralt 6 logx savepgf
./dgraphs.py luvoiralt 6 loglog savepgf
./dgraphs.py luvoiralt 7 linear savepgf
./dgraphs.py luvoiralt 7 logy savepgf
./dgraphs.py luvoiralt 8 linear savepgf
./dgraphs.py luvoiralt 8 logx savepgf
./dgraphs.py luvoiralt 8 logy savepgf
./dgraphs.py luvoiralt 8 loglog savepgf
./dgraphs.py luvoiralt 9 linear savepgf
./dgraphs.py luvoiralt 9 logx savepgf
./dgraphs.py luvoiralt 9 logy savepgf
./dgraphs.py luvoiralt 9 loglog savepgf