diff options
author | Leonard Kugis <leonard@kug.is> | 2023-01-08 22:35:32 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2023-01-08 22:35:32 +0100 |
commit | d021c1efda337738337dc5a96942e2d7a58b24d6 (patch) | |
tree | 8fe6b3f9f4a7a71d7cf8699f28c024705fbc7143 /Presentation | |
parent | 4244c74268a80139dde7a5725138183d8a84ab43 (diff) |
Resized figure to fit height
Diffstat (limited to 'Presentation')
-rw-r--r-- | Presentation/presentation.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presentation/presentation.tex b/Presentation/presentation.tex index a218209..f52836f 100644 --- a/Presentation/presentation.tex +++ b/Presentation/presentation.tex @@ -113,7 +113,7 @@ backend=biber, \begin{frame}{Memory access} \begin{figure}[h] \centering - \includegraphics[width=0.9\textwidth, keepaspectratio]{resources/memory_latency} + \includegraphics[width=0.78\textwidth, keepaspectratio]{resources/memory_latency} \caption{Memory hierarchy and energy cost of hierarchy levels \cite{DBLP:journals/corr/SzeCESZ16}} \end{figure} \end{frame} |