change float placement specifier for results

This commit is contained in:
Alfred Melch 2019-08-15 18:09:21 +02:00
parent b5251a29dc
commit f04ae39ab6
17 changed files with 19 additions and 17 deletions

4
thesis/results-benchmark/gen-tex.py Normal file → Executable file
View File

@ -1,7 +1,9 @@
#!/usr/bin/python
import os
tex_template = """
\\begin{{figure}}[H]
\\begin{{figure}}[!htb]
\\centering
\\includegraphics[width=.75\\linewidth]{{./results-benchmark/{filename}}}
\\caption{{{caption}}}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_ffox_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_ffox_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_safa_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Safari browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_safa_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Safari browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_jsstack_false.png}
\caption{Turf.js simplify benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_jsstack_true.png}
\caption{Turf.js simplify benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_chro_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Chrome browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_chro_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Chrome browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_stack_false.png}
\caption{Simplify.wasm runtime analysis benchmark result of Windows device with Edge browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_stack_true.png}
\caption{Simplify.wasm runtime analysis benchmark result of Windows device with Edge browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Edge browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Edge browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_ffox_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Firefox browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[H]
\begin{figure}[!htb]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_ffox_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Firefox browser on dataset "Simplify.js example" with high quality mode.}