added two graphics for schoenmaching

This commit is contained in:
toni
2016-05-09 17:43:36 +02:00
parent 32d0508ac9
commit a7e1b28ed3
41 changed files with 14442 additions and 3941 deletions

View File

@@ -3,9 +3,9 @@ set output "path4_lag_comp.tex"
set termoption dashlength 0.5
set ticslevel 0
set view equal xy
set zrange [0:2400]
set zrange [0:2800]
set multiplot layout 1,1 scale 3.25,3.25 offset -0.10,0.31
set view 73,33
set view 70,33
unset border
unset xtics
unset ytics
@@ -43,11 +43,11 @@ set object 10 polygon from 7500,3300,0 to 7000,3300,0 to 7000,4200,0 to 7500,420
# plot
splot\
'data/floors.dat' with lines lc rgb "#888888" notitle,\
'data/path4.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \
'BS_5/est_norm_bergwerk_path4_nexus_simple_interval2.dat' skip 21 title "\\footnotesize{smoothed (FBS)}" with lines lw 1.0 lc rgb '#00FF00', \
'FBS_5/est_smooth_bergwerk_path4_nexus_simple_interval2.dat' skip 21 title "\\footnotesize{smoothed (FBS)}" with lines lw 1.0 lc rgb '#FF0000', \
'BS_5/est_smooth_bergwerk_path4_nexus_simple_interval2.dat' skip 21 title "\\footnotesize{smoothed (BS)}" with lines lw 1.0 lc rgb '#0000FF'
'floors.dat' with lines lc rgb "#888888" notitle,\
'path4.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \
'FBS_5/est_norm_bergwerk_path4_nexus_simple_interval8.dat' skip 21 title "\\footnotesize{filtered}" with lines lw 1.0 lc rgb '#00FF00', \
'FBS_5/est_smooth_bergwerk_path4_nexus_simple_interval8.dat' skip 21 title "\\footnotesize{smoothed (FBS)}" with lines lw 1.0 lc rgb '#FF0000', \
'BS_5/est_smooth_bergwerk_path4_nexus_simple_interval5.dat' skip 21 title "\\footnotesize{smoothed (BS)}" with lines lw 1.0 lc rgb '#0000FF'
# done
unset multiplot