-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenHabExPGF.sh
executable file
·38 lines (38 loc) · 1.29 KB
/
genHabExPGF.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 HabEx graphs.
#cd ~/Pictures/dgraphs
./dgraphs.py habex 0 linear savepgf
./dgraphs.py habex 0 logx savepgf
./dgraphs.py habex 0 logy savepgf
./dgraphs.py habex 0 loglog savepgf
./dgraphs.py habex 1 linear savepgf
./dgraphs.py habex 1 logx savepgf
./dgraphs.py habex 1 logy savepgf
./dgraphs.py habex 1 loglog savepgf
./dgraphs.py habex 2 linear savepgf
./dgraphs.py habex 2 logx savepgf
./dgraphs.py habex 2 logy savepgf
./dgraphs.py habex 2 loglog savepgf
./dgraphs.py habex 3 loglog savepgf
./dgraphs.py habex 3 logx savepgf
./dgraphs.py habex 3 logy savepgf
./dgraphs.py habex 4 logy savepgf
./dgraphs.py habex 4 linear savepgf
./dgraphs.py habex 5 linear savepgf
./dgraphs.py habex 5 logy savepgf
./dgraphs.py habex 5 logx savepgf
./dgraphs.py habex 5 loglog savepgf
./dgraphs.py habex 6 linear savepgf
./dgraphs.py habex 6 logy savepgf
./dgraphs.py habex 6 logx savepgf
./dgraphs.py habex 6 loglog savepgf
./dgraphs.py habex 7 linear savepgf
./dgraphs.py habex 7 logy savepgf
./dgraphs.py habex 8 linear savepgf
./dgraphs.py habex 8 logx savepgf
./dgraphs.py habex 8 logy savepgf
./dgraphs.py habex 8 loglog savepgf
./dgraphs.py habex 9 linear savepgf
./dgraphs.py habex 9 logx savepgf
./dgraphs.py habex 9 logy savepgf
./dgraphs.py habex 9 loglog savepgf