added gfx

This commit is contained in:
toni
2016-05-05 16:07:06 +02:00
parent 19bca6b5b9
commit be3826dc22
55 changed files with 17867 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
set terminal eps size 3.4,2
set output 'fixedIntervallSimpleTransPath4.eps'
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 \
'floors.dat' skip 21 notitle with lines lc rgb '#777777', \
'path_fixedIntervallSimpleTransPath4.dat' skip 21 notitle with lines lw 2.5 dashtype 2 lc rgb '#007700', \
'est_norm_fixedIntervallSimpleTransPath4.dat' skip 21 notitle with lines lw 2.5 lc rgb '#000099', 'est_smooth_fixedIntervallSimpleTransPath4.dat' skip 21 notitle with lines lw 2.5 lc rgb '#000000'