From 8eacb3256ee33532a15e947e62d3a46dd5cbccd5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 14 Mar 2019 17:16:25 +0100 Subject: Restrict plot width to text width --- img/poiseuille2d_velocity_grid.tikz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'img/poiseuille2d_velocity_grid.tikz') diff --git a/img/poiseuille2d_velocity_grid.tikz b/img/poiseuille2d_velocity_grid.tikz index 8ff04ab..612b88e 100644 --- a/img/poiseuille2d_velocity_grid.tikz +++ b/img/poiseuille2d_velocity_grid.tikz @@ -1,8 +1,8 @@ \begin{tikzpicture} \begin{axis}[ scale only axis, - height=\textwidth)/4, - width=\textwidth, + height=0.95\textwidth)/4, + width=0.95\textwidth, axis equal, xmin=0, xmax=4, ymin=0, ymax=1, -- cgit v1.2.3