diff docs/SMC15/smc2015template.tex @ 1545:fd00c431a7aa

SMC Paper: Added new box plot figure
author Brecht De Man <b.deman@qmul.ac.uk>
date Fri, 19 Jun 2015 11:49:03 +0100
parents 8e7ce0b36a4d
children a1d7e4c5b97d
line wrap: on
line diff
--- a/docs/SMC15/smc2015template.tex	Fri Jun 19 10:40:37 2015 +0100
+++ b/docs/SMC15/smc2015template.tex	Fri Jun 19 11:49:03 2015 +0100
@@ -246,8 +246,8 @@
 
 \begin{figure*}[ht]
 \centering
-\includegraphics[width=.9\textwidth]{interface.png}
-\caption{Example of interface, with 1 axis, 7 fragments and a text, radio button and check box style comment.}
+\includegraphics[width=.95\textwidth]{interface.png}
+\caption{Example of interface, with 1 axis, 7 fragments and text, radio button and check box style comments.}
 \label{fig:interface}
 \end{figure*}
 
@@ -479,14 +479,13 @@
 % BRECHT: scripts
 
 \begin{figure}[htpb]
-\begin{center}
-\includegraphics[width=.45\textwidth]{boxplot2.png}
+\centering
+\includegraphics[width=.45\textwidth]{boxplot.png}
 \caption{An example boxplot showing ratings by different subjects on fragments labeled `A' through `G'. }
 \label{fig:boxplot}
-\end{center}
 \end{figure}
 
-Python scripts are included to easily store ratings and comments in a CSV file, and to display graphs of numerical ratings (see Figure \ref{fig:boxplot}) or the test's timeline. 
+Python scripts are included to easily store ratings and comments in a CSV file, and to display graphs of numerical ratings (see Figure \ref{fig:boxplot}) or visualise the test's timeline. 
 Visualisation of plots requires the free matplotlib library.