changed some GFX

fixed some TeX issues
This commit is contained in:
2016-02-21 21:05:34 +01:00
parent 3fd0db82fe
commit 44504f0a59
16 changed files with 223513 additions and 76119 deletions

View File

@@ -10,7 +10,7 @@ unset border
set view 67,40
unset key
set key opaque box horizontal maxcols 12 at screen 0.24,0.3 width -2.5 samplen 1.0
set key opaque box horizontal maxcols 12 at screen 0.24,0.3 width -4.5 samplen 1.0
set multiplot layout 1,1 scale 2.3,2.3 offset 0,-0.030
@@ -20,10 +20,10 @@ set zrange [-300:1600]
splot \
"data/floors.dat" with lines lc rgb "#aaaaaa" dashtype 3 notitle,\
"data/path1.dat" using (column(1)+70):(column(2)-60):3 with lines lw 3.0 dashtype 3 lc rgb "#000000" title "path 1", \
"data/path2.dat" using (column(1)+60):(column(2)+60):3 with lines lw 1.5 lc rgb "#990000" title "path 2",\
"data/path3.dat" using (column(1)-30):(column(2)+90):3 with lines lw 1.5 lc rgb "#000099" title "path 3",\
"data/path4.dat" using (column(1)-70):(column(2)-60):3 with lines lw 1.5 lc rgb "#009900" title "path 4",\
"data/path1.dat" using (column(1)+70):(column(2)-60):3 with lines lw 3.0 dashtype 3 lc rgb "#000000" title "\\footnotesize{path 1}", \
"data/path2.dat" using (column(1)+60):(column(2)+60):3 with lines lw 1.5 lc rgb "#990000" title "\\footnotesize{path 2}",\
"data/path3.dat" using (column(1)-30):(column(2)+90):3 with lines lw 1.5 lc rgb "#000099" title "\\footnotesize{path 3}",\
"data/path4.dat" using (column(1)-70):(column(2)-60):3 with lines lw 1.5 lc rgb "#009900" title "\\footnotesize{path 4}",\
"data/startpoints_moved.dat" with points notitle pt 7 ps 1.0 lc rgb "#000000",\