set terminal epslatex size 3.4,1.4 set output "path4_interval.tex" set termoption dashlength 0.5 set ticslevel 0 set view equal xy set zrange [0:2200] set multiplot layout 1,1 scale 2.7,2.7 offset 0,0.23 set view 72,33 unset border unset xtics unset ytics unset ztics splot \ 'FBS/floors.dat' notitle with lines lc rgb '#777777', \ 'path4.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \ 'FBS/est_smooth_fixedIntervallSimpleTransPath4.dat' skip 21 notitle with lines lw 1.0 lc rgb '#FF0000', \ 'BS/est_smooth_bergwerk_path4_nexus_simple_interval0.dat' skip 21 notitle with lines lw 1.0 lc rgb '#0000FF'