This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Fusion2016/tex/gfx/eval/bergwerk_path1_galaxy.gp
FrankE b1da0de3f9 latest TeX
many new gfx and data
worked on eval
2016-02-10 20:09:23 +01:00

23 lines
940 B
Gnuplot

set terminal eps size 3.4,1.3
set output 'bergwerk_path1_galaxy.eps'
set termoption dashlength 0.5
set ticslevel 0
set view equal xy
set zrange [550:2200]
set multiplot layout 1,1 scale 4.2,4.2 offset 0,0.43
set view 72,33
set hidden3d front
unset border
unset xtics
unset ytics
unset ztics
splot \
'data/floors.dat' notitle with lines lc rgb '#777777', \
'data/path1.dat' notitle with lines lw 2.5 dashtype 2 lc rgb '#007700', \
'data/est_bergwerk_path1_galaxy_simple.dat' skip 21 notitle with lines lw 2.5 lc rgb '#000000', \
'data/est_bergwerk_path1_galaxy_simple.dat' skip 180 notitle with points ps 0.7 pt 7 lc rgb '#000000', \
'data/est_bergwerk_path1_galaxy_multi.dat' skip 21 notitle with lines lw 2.5 lc rgb '#0000AA', \
'data/est_bergwerk_path1_galaxy_multi.dat' skip 180 notitle with points ps 0.7 pt 7 lc rgb '#0000AA',\
#'data/est_bergwerk_path1_galaxy_shortest.dat' skip 21 notitle with lines lw 2.5 lc rgb '#0000AA'