diff --git a/phasecalculator/test/analysistest/fgipanalysistest.py b/phasecalculator/test/analysistest/fgipanalysistest.py
index cbef6183562a6da541f3abce84921e76a16a8eb9..c70315eba02c73ff2f43744664a10a3fa53229da 100755
--- a/phasecalculator/test/analysistest/fgipanalysistest.py
+++ b/phasecalculator/test/analysistest/fgipanalysistest.py
@@ -64,8 +64,8 @@ class FGIPAnalysisTestCase(unittest.TestCase):
         self.expected_latex = r"""
 \begin{figure}[H]
     \centering
-    \includegraphics[width=0.5\textwidth]{1-butanol0_165water0_835_FGIP.eps}
-    \caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
+    \includegraphics[width=0.95\textwidth]{1-butanol0_165water0_835_FGIP.eps}
+    \caption{FGIP for 1-butanol0.165water0.835 at 298K.}
     \label{fig:1-butanol0_165water0_835solvationmap}
 \end{figure}
 """
diff --git a/phasecalculator/test/runnerstest/fgipanalysisrunnertest.py b/phasecalculator/test/runnerstest/fgipanalysisrunnertest.py
index 4cf969186daba8d6f8c7ea5dcf060018a8e83f50..6b00b1d8dca8a16784e155fa2112c2aa629a3431 100755
--- a/phasecalculator/test/runnerstest/fgipanalysisrunnertest.py
+++ b/phasecalculator/test/runnerstest/fgipanalysisrunnertest.py
@@ -84,8 +84,8 @@ class FGIPAnalysisRunnerTestCase(unittest.TestCase):
         self.expected_latex = r"""
 \begin{figure}[H]
     \centering
-    \includegraphics[width=0.5\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
-    \caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
+    \includegraphics[width=0.95\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
+    \caption{FGIP for 1-butanol0.165water0.835 at 298K.}
     \label{fig:1-butanol0_165water0_835solvationmap}
 \end{figure}
 """
diff --git a/phasecalculator/test/runnerstest/phasecalculatorrunnertest.py b/phasecalculator/test/runnerstest/phasecalculatorrunnertest.py
index 2966b803650d152c7af434bafc89e7a16c76344b..7ccd815ca8369fc407b280ac746e3bd9475e255d 100755
--- a/phasecalculator/test/runnerstest/phasecalculatorrunnertest.py
+++ b/phasecalculator/test/runnerstest/phasecalculatorrunnertest.py
@@ -121,8 +121,8 @@ class PhaseCalculatorRunnerTestCase(unittest.TestCase):
         self.expected_latex = r"""
 \begin{figure}[H]
     \centering
-    \includegraphics[width=0.5\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
-    \caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
+    \includegraphics[width=0.95\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
+    \caption{FGIP for 1-butanol0.165water0.835 at 298K.}
     \label{fig:1-butanol0_165water0_835solvationmap}
 \end{figure}
 """