23 lines
941 B
Gnuplot
23 lines
941 B
Gnuplot
set terminal eps size 3.4,1.7
|
|
set output 'bergwerk_path3_galaxy.eps'
|
|
set termoption dashlength 0.5
|
|
set ticslevel 0
|
|
set view equal xy
|
|
set zrange [300:2200]
|
|
set multiplot layout 1,1 scale 3.2,3.2 offset 0,0.30
|
|
set view 72,33
|
|
unset border
|
|
unset xtics
|
|
unset ytics
|
|
unset ztics
|
|
set hidden3d front
|
|
splot \
|
|
'data/floors.dat' notitle with lines lc rgb '#777777', \
|
|
'data/path3.dat' notitle with lines lw 2.5 dashtype 2 lc rgb '#007700', \
|
|
'data/est_bergwerk_path3_galaxy_simple.dat' skip 21 notitle with lines lw 2.5 lc rgb '#000000', \
|
|
'data/est_bergwerk_path3_galaxy_simple.dat' skip 167 notitle with points ps 0.7 pt 7 lc rgb '#000000', \
|
|
'data/est_bergwerk_path3_galaxy_multi.dat' skip 21 notitle with lines lw 2.5 lc rgb '#0000AA', \
|
|
'data/est_bergwerk_path3_galaxy_multi.dat' skip 167 notitle with points ps 0.7 pt 7 lc rgb '#0000AA',\
|
|
|
|
#'data/est_bergwerk_path3_galaxy_shortest.dat' skip 21 notitle with lines lw 2.5 lc rgb '#0000AA'
|