report/pics.tmpl: increase pic width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7fabbf75e8
commit
806e513b55
@ -11,7 +11,7 @@
|
|||||||
\begin{figure}[h!]
|
\begin{figure}[h!]
|
||||||
\centering
|
\centering
|
||||||
{{- range $i, $v := .Pics }}
|
{{- 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
|
% note: this accomodates 3 plots a row comfortably..should the requirements
|
||||||
% change, this would have to be reworked.
|
% change, this would have to be reworked.
|
||||||
% {\includesvg[scale=0.45]{ {{- printf "%s" $v.FilePath -}} }}
|
% {\includesvg[scale=0.45]{ {{- printf "%s" $v.FilePath -}} }}
|
||||||
@ -24,7 +24,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
% \newline
|
% \newline
|
||||||
{{ range $k, $w := .PicsMean }}
|
{{ range $k, $w := .PicsMean }}
|
||||||
\begin{subfigure}{0.30\textwidth}
|
\begin{subfigure}{0.46\textwidth}
|
||||||
\vspace{2em}
|
\vspace{2em}
|
||||||
% {\includesvg[scale=0.45]{ {{- printf "%s" $w.FilePath -}} }}
|
% {\includesvg[scale=0.45]{ {{- printf "%s" $w.FilePath -}} }}
|
||||||
% using .pdf
|
% using .pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user