changeset 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 11218378feef
files .hgignore docs/SMC15/XMLInput.png docs/SMC15/XMLInput2.png docs/SMC15/XMLOutput.png docs/SMC15/XMLOutput2.png docs/SMC15/boxplot.png docs/SMC15/boxplot2.png docs/SMC15/smc2015template.tex
diffstat 8 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Jun 19 10:40:37 2015 +0100
+++ b/.hgignore	Fri Jun 19 11:49:03 2015 +0100
@@ -24,3 +24,6 @@
 re:^example_eval/project\.xml\.orig$
 re:^index2\.html$
 re:^realismTest\.html$
+saves/*.xml
+saves/timelines
+saves/timelines-old
\ No newline at end of file
Binary file docs/SMC15/XMLInput.png has changed
Binary file docs/SMC15/XMLInput2.png has changed
Binary file docs/SMC15/XMLOutput.png has changed
Binary file docs/SMC15/XMLOutput2.png has changed
Binary file docs/SMC15/boxplot.png has changed
Binary file docs/SMC15/boxplot2.png has changed
--- 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.