diff options
Diffstat (limited to 'standorte/mercator/mast-single-heatmap.gp')
-rw-r--r-- | standorte/mercator/mast-single-heatmap.gp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/standorte/mercator/mast-single-heatmap.gp b/standorte/mercator/mast-single-heatmap.gp index c8aea64..88aefc5 100644 --- a/standorte/mercator/mast-single-heatmap.gp +++ b/standorte/mercator/mast-single-heatmap.gp @@ -28,9 +28,13 @@ set obj rect fs empty from 4,4 to gx-4,gy-4 front set obj circle fs empty center 16,7 size 0.5 front set obj circle fs empty center 14,11 size 0.5 front +set label "2" at 6,7 center tc lt 3 front set obj circle fs empty center 6,6 size 0.5 front +set label "1" at 6,gy-5 left tc lt 3 front set obj circle fs empty center 6,gy-6 size 0.5 front +set label "6" at gx-6,7 tc lt 3 front set obj circle fs empty center gx-6,6 size 0.5 front +set label "5" at gx-6,gy-5 tc lt 3 front set obj circle fs empty center gx-6,gy-6 size 0.5 front ## Plot @@ -48,7 +52,7 @@ set output 'mast-single-heatmap.png' splot mast_max(x,y) with pm3d title "" ## Plot 2 - Szenario 1 Links - Holtenauer Flensburger Str. -set term png size floor(25*gx), floor(25*gy) +set term png size floor(25*gx/2), floor(25*gy) set output 'mast-l_front_fbs-heatmap.png' set size ratio gy/gx * 2 set view map |