This commit is contained in:
2018-09-12 21:06:12 +02:00
parent a15bd897cf
commit 4aef8fdd30
32 changed files with 8655 additions and 68 deletions

View File

@@ -0,0 +1,67 @@
reset
#set terminal x11 size 2000,1500
set terminal windows size 2000,1500
#set terminal epslatex size 15cm,22cm
#set output "plot.tex"
set ticslevel 0
#unset key
set xrange [15.000000:71.300003]
set xtics autofreq
set format x '%h'
#unset xlabel
set yrange [-0.500000:51.700001]
set ytics autofreq
set format y '%h'
#unset ylabel
set zrange [-6:11]
set ztics autofreq
set format z '%h'
#unset zlabel
set cbtics autofreq
set format cb '%h'
unset cblabel
set view 0,90
set ticslevel 0
#set view equal xy
set lmargin at screen 0
set rmargin at screen 1
set tmargin at screen 0.8
set bmargin at screen 0
#unset lmargin
#unset rmargin
#unset tmargin
#unset bmargin
unset border
unset xtics
unset ytics
unset ztics
# Building
load 'building2.gp.inc'
unset clip
set style line 1 \
linecolor rgb '#757575' \
linetype 1 linewidth 1
# to show labels: " x:y:z:1 with labels " und "offset char 1,1"
splot \
'real_to_global.data' with line linestyle 1 notitle ,\
'real_to_perFloor.data' with line linestyle 1 notitle ,\
'real_with_zoffset.csv' using 2:3:4:1 with labels point pt 7 ps 1 lc rgb '#000000' notitle ,\
'perFloor.csv' using 2:3:4 with point pt 7 ps 1 lc rgb '#FCAF3E' notitle ,\
'global.csv' using 2:3:4 with point pt 7 ps 1 lc rgb '#0D6DCD' notitle ,\