From 5a8e2a5f4775357119cac96cabd48ec1fecebb40 Mon Sep 17 00:00:00 2001 From: Boris Glavic Date: Sat, 2 Apr 2022 23:28:06 -0500 Subject: [PATCH] trim --- sections/experiments.tex | 3 ++- sections/introduction.tex | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sections/experiments.tex b/sections/experiments.tex index 798c0e8..131d2f0 100644 --- a/sections/experiments.tex +++ b/sections/experiments.tex @@ -23,7 +23,8 @@ % \end{subfigure} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{subfigure}{0.3\linewidth} - \includegraphics[width=\columnwidth,trim=0 20 0 0]{graphics/scalability-read.pdf} + \includegraphics[width=\columnwidth,trim=0 10 0 0]{graphics/scalability-read.pdf} + \vspace*{\plotminusvspace} \caption{Scalability - Read}\label{fig:scalability} \end{subfigure} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/sections/introduction.tex b/sections/introduction.tex index 2645072..4fdbdb0 100644 --- a/sections/introduction.tex +++ b/sections/introduction.tex @@ -31,7 +31,7 @@ Additionally, this enables Jupyter notebooks to be imported into an ICE which re %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{figure} % \includegraphics[width=\columnwidth]{graphics/depth_vs_cellcount.vega-lite.pdf} - \includegraphics[width=1\columnwidth,trim=0 20 0 0]{graphics/depth_vs_cellcount-averaged.vega-lite.pdf} + \includegraphics[width=1\columnwidth,trim=0 15 0 0]{graphics/depth_vs_cellcount-averaged.vega-lite.pdf} \vspace*{-3mm} \caption{Notebook size versus workflow depth in a collection of notebooks scraped from github~\cite{DBLP:journals/ese/PimentelMBF21}.} \label{fig:parallelismSurvey}