diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-29 22:42:24 +0100 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-29 22:42:24 +0100 |
commit | 80765738a0974770ad0d72e628a65a3984e44f26 (patch) | |
tree | b5fddf6726a31133d89970875edc090acf765311 /standorte | |
parent | e04b05c8cb4edb665062354d35bd17cd2dc72320 (diff) |
Add labels to positions in heatmaps.
Reduce width of produced images on the way.
Diffstat (limited to 'standorte')
-rw-r--r-- | standorte/mercator/antrag.tex | 13 | ||||
-rw-r--r-- | standorte/mercator/mast-single-heatmap.gp | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/standorte/mercator/antrag.tex b/standorte/mercator/antrag.tex index df003b0..47a9158 100644 --- a/standorte/mercator/antrag.tex +++ b/standorte/mercator/antrag.tex @@ -23,6 +23,7 @@ \newcommand{\mindist}{150~m} \newcommand{\ludicrousheight}{10~m} + \title{Antrag: Mercator Hochhaus} \author{Daniel Ehlers, Tobias Schramm} @@ -154,32 +155,28 @@ Falls durch St\"utzen oder andere bauliche Einschr\"ankungen die Masten an abwei \begin{figure}[H] \centering - \def\svgwidth{\columnwidth} - \includegraphics[width=\columnwidth]{mast-l_front_fbs-heatmap.png} + \includegraphics[width=\columnwidth/2]{mast-l_front_fbs-heatmap.png} \caption{HeatMap Betrachtung 1 Links, Position 2 {\textbackslash} Holtenauer \& Flensburgerstr.} \label{fig:heatmap_zwei_eins_links} \end{figure} \begin{figure}[H] \centering - \def\svgwidth{\columnwidth} - \includegraphics[width=\columnwidth]{mast-r_feld-heatmap.png} + \includegraphics[width=\columnwidth/2]{mast-r_feld-heatmap.png} \caption{HeatMap Betrachtung 1 Rechts, Position 5 {\textbackslash} Feldstra{\ss}e} \label{fig:heatmap_zwei_eins_rechts} \end{figure} \begin{figure}[H] \centering - \def\svgwidth{\columnwidth} - \includegraphics[width=\columnwidth]{mast-l_fbs-heatmap.png} + \includegraphics[width=\columnwidth/2]{mast-l_fbs-heatmap.png} \caption{HeatMap Betrachtung 2 Links, Position 2 {\textbackslash} Flensburgerstr.} \label{fig:heatmap_zwei_zwei_links} \end{figure} \begin{figure}[H] \centering - \def\svgwidth{\columnwidth} - \includegraphics[width=\columnwidth]{mast-r_front_feld-heatmap.png} + \includegraphics[width=\columnwidth/2]{mast-r_front_feld-heatmap.png} \caption{HeatMap Betrachtung 2 Rechts, Position 6 {\textbackslash} Holtenauer \& Feldstra{\ss}e} \label{fig:heatmap_zwei_zwei_rechts} \end{figure} 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 |