comparison 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
comparison
equal deleted inserted replaced
1544:8e7ce0b36a4d 1545:fd00c431a7aa
244 244
245 %For instance, the option to provide free-text comment fields allows for tests with individual vocabulary methods, as opposed to only allowing quantitative scales associated to a fixed set of descriptors. 245 %For instance, the option to provide free-text comment fields allows for tests with individual vocabulary methods, as opposed to only allowing quantitative scales associated to a fixed set of descriptors.
246 246
247 \begin{figure*}[ht] 247 \begin{figure*}[ht]
248 \centering 248 \centering
249 \includegraphics[width=.9\textwidth]{interface.png} 249 \includegraphics[width=.95\textwidth]{interface.png}
250 \caption{Example of interface, with 1 axis, 7 fragments and a text, radio button and check box style comment.} 250 \caption{Example of interface, with 1 axis, 7 fragments and text, radio button and check box style comments.}
251 \label{fig:interface} 251 \label{fig:interface}
252 \end{figure*} 252 \end{figure*}
253 253
254 254
255 \section{Architecture}\label{sec:architecture} % or implementation? 255 \section{Architecture}\label{sec:architecture} % or implementation?
477 %</audioelement>} 477 %</audioelement>}
478 478
479 % BRECHT: scripts 479 % BRECHT: scripts
480 480
481 \begin{figure}[htpb] 481 \begin{figure}[htpb]
482 \begin{center} 482 \centering
483 \includegraphics[width=.45\textwidth]{boxplot2.png} 483 \includegraphics[width=.45\textwidth]{boxplot.png}
484 \caption{An example boxplot showing ratings by different subjects on fragments labeled `A' through `G'. } 484 \caption{An example boxplot showing ratings by different subjects on fragments labeled `A' through `G'. }
485 \label{fig:boxplot} 485 \label{fig:boxplot}
486 \end{center}
487 \end{figure} 486 \end{figure}
488 487
489 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. 488 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.
490 Visualisation of plots requires the free matplotlib library. 489 Visualisation of plots requires the free matplotlib library.
491 490
492 491
493 \section{Conclusions and future work}\label{sec:conclusions} 492 \section{Conclusions and future work}\label{sec:conclusions}
494 493