# HG changeset patch # User Brecht De Man # Date 1434710943 -3600 # Node ID fd00c431a7aaa9b4c7d3c6955b92bc6daacc53fc # Parent 8e7ce0b36a4da97102cb30a10830c4e0618f9c3a SMC Paper: Added new box plot figure diff -r 8e7ce0b36a4d -r fd00c431a7aa .hgignore --- 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 diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/XMLInput.png Binary file docs/SMC15/XMLInput.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/XMLInput2.png Binary file docs/SMC15/XMLInput2.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/XMLOutput.png Binary file docs/SMC15/XMLOutput.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/XMLOutput2.png Binary file docs/SMC15/XMLOutput2.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/boxplot.png Binary file docs/SMC15/boxplot.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/boxplot2.png Binary file docs/SMC15/boxplot2.png has changed diff -r 8e7ce0b36a4d -r fd00c431a7aa docs/SMC15/smc2015template.tex --- 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.