started changing gfx and grid-TeX

This commit is contained in:
2016-02-16 22:25:55 +01:00
parent 54ab3d8dbe
commit bcb84a9138
15 changed files with 75542 additions and 74591 deletions

View File

@@ -11,7 +11,7 @@ set ticslevel 0
set view equal xy
set zrange [-200:2000]
set key at screen 0.30,0.15 samplen 1.2 box opaque width -7
set key at screen 0.30,0.15 samplen 1.2 box opaque width -19
set view 70,50
#set object 1 polygon from 1000,4200,1060 to 1000,5200,1060 to 1700,5200,1060 to 1700,4200,1060 fs solid noborder fc rgb "#cccccc" behind
@@ -70,7 +70,7 @@ set multiplot layout 1,1 scale 2.4,2.4 offset 0,0.1
splot \
"data/floors.dat" with lines lc rgb "#cccccc" notitle,\
"data/est_bergwerk_path4_nexus_multi.dat" using 1:2:3:(f4(column(0))) with lines lw 8 palette notitle,\
"data/est_bergwerk_path4_nexus_multi.dat" with lines lw 2 lc rgb "#000099" title "\\footnotesize{multi}",\
"data/est_bergwerk_path4_nexus_multi.dat" with lines lw 2 lc rgb "#000099" title "\\footnotesize{multi \\eqref{eq:transMultiPath}}",\
"data/path4.dat" with lines title "\\footnotesize{ground truth}" dashtype 3 lw 2 lc rgb "#000000"
unset multiplot