added new figure comparing good vs bad int results
This commit is contained in:
21
tex/gfx/eval/interval_path3_good/vis.gp
Normal file
21
tex/gfx/eval/interval_path3_good/vis.gp
Normal file
@@ -0,0 +1,21 @@
|
||||
set terminal epslatex size 2.4,1.4
|
||||
set output "path3_interval_good.tex"
|
||||
set termoption dashlength 0.5
|
||||
set ticslevel 0
|
||||
set view equal xy
|
||||
set zrange [0:2200]
|
||||
set xrange[0:2500]
|
||||
set yrange[0:5000]
|
||||
set multiplot layout 1,1 scale 3.1,3.1 offset -0.05,0.26
|
||||
set view 78,33
|
||||
unset border
|
||||
unset xtics
|
||||
unset ytics
|
||||
unset ztics
|
||||
|
||||
|
||||
splot \
|
||||
'floors.dat' notitle with lines lc rgb '#999999', \
|
||||
'path3.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \
|
||||
'BS/est_norm_bergwerk_path3_nexus_simple_interval4.dat' skip 21 title "\\footnotesize{filtered}" with lines lw 1.0 lc rgb '#00FF00', \
|
||||
'BS/est_smooth_bergwerk_path3_nexus_simple_interval4.dat' skip 21 title "\\footnotesize{smoothed (BS)}" with lines lw 1.0 lc rgb '#0000FF'
|
||||
Reference in New Issue
Block a user