aboutsummaryrefslogtreecommitdiff
path: root/doc/3patch.gnuplot
blob: dc7ec05955e3731ecf23ca1add78f2212d0b6231 (plain)
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
43
44
45
46
47
48
49
50
51
52
# gnuplot command file to produce postscript file for 3patch figure

set term postscript eps color solid
set size 1.5, 2.25
set output 'AEIDevelopment_AHFinderDirect_3patch.eps'

unset key
set view 60, 111
set border 0

unset xtics
unset ytics
unset ztics

splot '-' w lines -1,							\
      '-' w lines -1,							\
      '-' w lines -1,							\
      '<../src/misc/select.patch +z <3patch.h.t0.ah1.gp'		\
						using 4:5:6 w lines 1,	\
      '<../src/misc/select.patch +x <3patch.h.t0.ah1.gp'		\
						using 4:5:6 w lines 2,	\
      '<../src/misc/select.patch +y <3patch.h.t0.ah1.gp'		\
						using 4:5:6 w lines 3,	\
      "<../src/misc/select.patch +z <3patch.h.t0.ah1.gp			\
        | gawk '($4 == 0) && ($5 >= 0.0)' -"				\
						using 4:5:6 w lines -1,	\
      "<../src/misc/select.patch +z <3patch.h.t0.ah1.gp			\
        | gawk '($4 >= 0) && ($5 == 0.0)' -"				\
						using 4:5:6 w lines -1,	\
      "<../src/misc/select.patch +x <3patch.h.t0.ah1.gp			\
        | gawk '($5 == 0) && ($6 >= 0.0)' -"				\
						using 4:5:6 w lines -1,	\
      "<../src/misc/select.patch +x <3patch.h.t0.ah1.gp			\
        | gawk '($5 >= 0) && ($6 == 0.0)' -"				\
						using 4:5:6 w lines -1,	\
      "<../src/misc/select.patch +y <3patch.h.t0.ah1.gp			\
        | gawk '($4 == 0) && ($6 >= 0.0)' -"				\
						using 4:5:6 w lines -1,	\
      "<../src/misc/select.patch +y <3patch.h.t0.ah1.gp			\
        | gawk '($4 >= 0) && ($6 == 0.0)' -"				\
						using 4:5:6 w lines -1
0.0	0.0	0.0
1.3	0.0	0.0
eof
0.0	0.0	0.0
0.0	1.3	0.0
eof
0.0	0.0	0.0
0.0	0.0	1.3
eof

set output