39 lines
1.3 KiB
Gnuplot
39 lines
1.3 KiB
Gnuplot
set terminal epslatex size 3.4,1.4
|
|
set output "path2_interval_compare.tex"
|
|
|
|
set termoption dashlength 0.5
|
|
set ticslevel 0
|
|
set view equal xy
|
|
|
|
|
|
set zrange [0:1300]
|
|
set xrange[0:5000]
|
|
set yrange[2500:5200]
|
|
|
|
set view 78,50
|
|
unset border
|
|
unset xtics
|
|
unset ytics
|
|
unset ztics
|
|
|
|
|
|
set multiplot layout 1,2 scale 2.45,2.45 offset -0.005,0.23
|
|
|
|
unset key
|
|
splot \
|
|
'floors.dat' notitle with lines lc rgb '#999999', \
|
|
'../interval_path2_good/path2.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \
|
|
'../interval_path2_good/BS/est_norm_bergwerk_path2_galaxy_simple_interval7.dat' skip 21 notitle with lines lw 1.0 lc rgb '#00FF00', \
|
|
'../interval_path2_good/BS/est_smooth_bergwerk_path2_galaxy_simple_interval7.dat' skip 21 notitle with lines lw 1.0 lc rgb '#0000FF'
|
|
|
|
|
|
set key at screen 0.9,0.12 opaque box samplen 0.5 width -7.0 maxrows 1
|
|
splot \
|
|
'floors.dat' notitle with lines lc rgb '#999999', \
|
|
'../interval_path2_bad/path2.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \
|
|
'../interval_path2_bad/BS/est_norm_bergwerk_path2_nexus_simple_interval7.dat' skip 21 title "\\footnotesize{filtered}" with lines lw 1.0 lc rgb '#00FF00', \
|
|
'../interval_path2_bad/BS/est_smooth_bergwerk_path2_nexus_simple_interval7.dat' skip 21 title "\\footnotesize{smoothed (BS)}" with lines lw 1.0 lc rgb '#0000FF'
|
|
|
|
|
|
#unset multiplot
|