From 806e513b552706dc54b6bf80267324d48854957f Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 23 Feb 2023 23:11:23 +0100 Subject: [PATCH] report/pics.tmpl: increase pic width --- report/pics.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report/pics.tmpl b/report/pics.tmpl index 4a650e9..3ee0a2b 100644 --- a/report/pics.tmpl +++ b/report/pics.tmpl @@ -11,7 +11,7 @@ \begin{figure}[h!] \centering {{- range $i, $v := .Pics }} - \begin{subfigure}{0.30\textwidth} + \begin{subfigure}{0.46\textwidth} % note: this accomodates 3 plots a row comfortably..should the requirements % change, this would have to be reworked. % {\includesvg[scale=0.45]{ {{- printf "%s" $v.FilePath -}} }} @@ -24,7 +24,7 @@ {{- end -}} % \newline {{ range $k, $w := .PicsMean }} - \begin{subfigure}{0.30\textwidth} + \begin{subfigure}{0.46\textwidth} \vspace{2em} % {\includesvg[scale=0.45]{ {{- printf "%s" $w.FilePath -}} }} % using .pdf