# HG changeset patch # User Brecht De Man # Date 1434710943 -3600 # Node ID 927f53b0eda8106a3864e8e27325ff67394bce93 # Parent 7457299211e0f767108e854892d82b13118dc3f7 SMC Paper: Added new box plot figure diff -r 7457299211e0 -r 927f53b0eda8 .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 7457299211e0 -r 927f53b0eda8 docs/SMC15/XMLInput.png Binary file docs/SMC15/XMLInput.png has changed diff -r 7457299211e0 -r 927f53b0eda8 docs/SMC15/XMLInput2.png Binary file docs/SMC15/XMLInput2.png has changed diff -r 7457299211e0 -r 927f53b0eda8 docs/SMC15/XMLOutput.png Binary file docs/SMC15/XMLOutput.png has changed diff -r 7457299211e0 -r 927f53b0eda8 docs/SMC15/XMLOutput2.png Binary file docs/SMC15/XMLOutput2.png has changed diff -r 7457299211e0 -r 927f53b0eda8 docs/SMC15/boxplot.png Binary file docs/SMC15/boxplot.png has changed diff -r 7457299211e0 -r 927f53b0eda8 docs/SMC15/boxplot2.png Binary file docs/SMC15/boxplot2.png has changed diff -r 7457299211e0 -r 927f53b0eda8 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.