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/paths.gp
FrankE 5701e709b2 unified gfx
some minor tex changes
2016-02-23 17:49:25 +01:00

30 lines
1008 B
Gnuplot

set terminal epslatex size 3.5,2.5
set output "paths.tex"
#set hidden3d front
unset xtics
unset ytics
unset ztics
unset border
set view 67,40
unset key
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
set view equal xy
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 1.5 lc rgb "#FFA500" title "\\footnotesize{path 1}", \
"data/path2.dat" using (column(1)+60):(column(2)+60):3 with lines lw 1.5 lc rgb "#990077" title "\\footnotesize{path 2}",\
"data/path3.dat" using (column(1)-30):(column(2)+90):3 with lines lw 1.5 lc rgb "#00BBBB" title "\\footnotesize{path 3}",\
"data/path4.dat" using (column(1)-70):(column(2)-60):3 with lines lw 2.0 lc rgb "#000000" dashtype 3 title "\\footnotesize{path 4}",\
"data/startpoints_moved.dat" with points notitle pt 7 ps 1.0 lc rgb "#000000",\