1 #!/usr/bin/gnuplot -persist
5 # Version 4.2 patchlevel 2
6 # last modified 31 Aug 2007
7 # System: Linux 2.6.22-2-686
9 # Copyright (C) 1986 - 1993, 1998, 2004, 2007
10 # Thomas Williams, Colin Kelley and many others
12 # Type `help` to access the on-line reference manual.
13 # The gnuplot FAQ is available from http://www.gnuplot.info/faq/
15 # Send bug reports and suggestions to <http://sourceforge.net/projects/gnuplot>
29 set timefmt x "%d/%m/%y,%H:%M"
30 set timefmt y "%d/%m/%y,%H:%M"
31 set timefmt z "%d/%m/%y,%H:%M"
32 set timefmt x2 "%d/%m/%y,%H:%M"
33 set timefmt y2 "%d/%m/%y,%H:%M"
34 set timefmt cb "%d/%m/%y,%H:%M"
36 set style fill empty border
37 set style rectangle back fc lt -3 fillstyle solid 1.00 border -1
48 set key inside right top vertical Right noreverse enhanced autotitles nobox
49 set key noinvert samplen 4 spacing 1 width 0 height 0
51 set label 1 "vacuum" at -0.7, -0.8, 0 left norotate back nopoint offset character 0, 0, 0
52 set label 2 "SC" at 0.7, -0.8, 0 left norotate back nopoint offset character 0, 0, 0
53 set label 3 "$B_a$" at -0.7, 8, 0 left norotate back nopoint offset character 0, 0, 0
54 set label 4 "$B_{s_z}$" at 0.7, 8, 0 left norotate back nopoint offset character 0, 0, 0
55 set label 5 "x" at 2.7, -0.8, 0 left norotate back nopoint offset character 0, 0, 0
56 set label 6 "z" at -0.1, 11, 0 left norotate back nopoint offset character 0, 0, 0
57 set label 7 "$\\lambda$" at 1.8, -0.8, 0 left norotate back nopoint offset character 0, 0, 0
59 set arrow 1 from 0, -2, 0 to 0, 12, 0 head back nofilled linetype -1 linewidth 1.000
60 set arrow 2 from -1, 0, 0 to 3.1, 0, 0 head back nofilled linetype -1 linewidth 1.000
61 set arrow 3 from 0, 1, 0 to 1.8, 1, 0 nohead back nofilled linetype 7 linewidth 1.000
62 set arrow 4 from 1.8, 1, 0 to 1.8, 0, 0 nohead back nofilled linetype 7 linewidth 1.000
63 set style increment default
66 set style histogram clustered gap 2 title offset character 0, 0, 0
68 set offsets 0, 0, 0, 0
81 set datafile separator whitespace
85 set cntrparam levels auto 5
86 set cntrparam points 5
90 set style function lines
91 set xzeroaxis linetype -2 linewidth 1.000
92 set yzeroaxis linetype -2 linewidth 1.000
93 set zzeroaxis linetype -2 linewidth 1.000
94 set x2zeroaxis linetype -2 linewidth 1.000
95 set y2zeroaxis linetype -2 linewidth 1.000
105 set ztics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0
109 set cbtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0
112 set title offset character 0, 0, 0 font "" norotate
115 set timestamp offset character 0, 0, 0 font "" norotate
116 set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
117 set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
118 set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
119 set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
121 set xlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate
123 set x2label offset character 0, 0, 0 font "" textcolor lt -1 norotate
124 set xrange [ -1.00000 : 3.00000 ] noreverse nowriteback
125 set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
127 set ylabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90
129 set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90
130 set yrange [ -2.00000 : 12.0000 ] noreverse nowriteback
131 set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
133 set zlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate
134 set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
136 set cblabel offset character 0, 0, 0 font "" textcolor lt -1 norotate
137 set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
144 set pm3d explicit at s
145 set pm3d scansautomatic
146 set pm3d interpolate 1,1 flush begin noftriangles nohidden3d corners2color mean
147 set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
148 set palette rgbformulae 7, 5, 15
150 set colorbox vertical origin screen 0.9, 0.2, 0 size screen 0.05, 0.6, 0 bdefault
153 set fit noerrorvariables
154 f(x)=x>0?B*exp(-x/l):10