I am new to PGFPlots and boxplot. My data set is as below:
\begin{filecontents}{trial.dat}
1 12 3 2 25 6 21 8 6
11 2 23 14 15 16 17 82 92
11 22 39 43 51 61 79 80 9
1 22 3 48 35 66 17 28 99
\end{filecontents}
I want to draw a boxplot for, let’s say line number 2 of my data set and I want that PGFPlots calculate for me the median, the lower quartile, etc.
As far as I understand how it works, I need to use the boxplot handler that accepts a one-dimensional sample as input. How could I say to boxplot that I want to take the one-dimensional sample from and only from line number 2 of my data set?
(Of course, the next step for me will be to draw a boxplot for every line of my data set but it will probably be just a matter of loop).
