I have the following code:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds,snakes}
\begin{document}
\begin{tikzpicture} [thick, framed]
\filldraw[fill=green!20] (2.85,0) rectangle (5.7,1);
\draw (4.45,0)--(4.45,1) node[above]{$\textsc{M}$};
\draw (5.7,0.5)--(11,0.5);%vandret linie til max
\draw (2.85,0.5)--(1,0.5);%vandret linie til min
\draw (11,0.39)--(11,0.61);
\draw (1,0.39)--(1,0.61);
\draw (0,-1) -- (11,-1);
\draw[snake=ticks,segment length=1cm] (0,-1) -- (11,-1);
\end{tikzpicture}
\end{document}
I would like to have numbers( like in a coordinate system) along with the line beneath the boxplot, how to do that?
I am very new with LaTeX so as basic as possible:-)

{}). – Claudio Fiandrino Aug 14 '12 at 7:12