summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-14 20:04:20 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-14 20:04:20 +0000
commit8148ff937e8c5e76d3d4da33ea64416d33ed8d86 (patch)
treeb3e7254db5b2c7dbb4efc54da31d95efb7fe7b09
parentb91543cdbab6b676261458418e8e3b2e18d70010 (diff)
downloadfccm22_rsvhls-8148ff937e8c5e76d3d4da33ea64416d33ed8d86.tar.gz
fccm22_rsvhls-8148ff937e8c5e76d3d4da33ea64416d33ed8d86.zip
Fix size
-rw-r--r--verified_resource_sharing.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/verified_resource_sharing.tex b/verified_resource_sharing.tex
index 1fc5db7..3cdc7ba 100644
--- a/verified_resource_sharing.tex
+++ b/verified_resource_sharing.tex
@@ -428,7 +428,7 @@ Figure~\ref{fig:results} summarises our results. The x-axis shows the impact of
\newcommand\legup{Bambu}
\begin{figure}
- \begin{tikzpicture}
+ \begin{tikzpicture}[scale=0.8]
\begin{groupplot}[
group style={
group name=my plots,
@@ -439,9 +439,9 @@ Figure~\ref{fig:results} summarises our results. The x-axis shows the impact of
},
ymode=log,
ybar=0.4pt,
- width=1\textwidth,
+ width=0.6\textwidth,
height=0.4\textwidth,
- /pgf/bar width=3pt,
+ /pgf/bar width=2pt,
legend pos=south east,
log ticks with fixed point,
xticklabels from table={\divtimingtable}{benchmark},
@@ -454,7 +454,7 @@ Figure~\ref{fig:results} summarises our results. The x-axis shows the impact of
xtick style={draw=none},
]
- \nextgroupplot[ymin=0.8,ymax=300,ylabel={Execution time relative to \legup{}}]
+ \nextgroupplot[ymin=1,ymax=7,ylabel={Execution time relative to \legup{}}]
\pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
\backgroundbar[10]{13}
@@ -464,7 +464,7 @@ Figure~\ref{fig:results} summarises our results. The x-axis shows the impact of
% JW: redraw axis border which has been partially covered by the grey bars
\draw (axis cs:-0.5,0.8) rectangle (axis cs:27.5,300);
- \nextgroupplot[ymin=0.3,ymax=10,ylabel={Area relative to \legup{}}]
+ \nextgroupplot[ymin=0.3,ymax=5,ylabel={Area relative to \legup{}}]
\pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
\backgroundbar[10]{13}