
I have found this code below:
Code: Select all
Code, edit and compile here:
\begin{tikzpicture}\begin{axis}[%scatter/classes={%a={mark=o,draw=black}}]\addplot[scatter,only marks,%scatter src=explicit symbolic]%table[meta=label] {x y label-1 1.3 a1 4.3 a2 5.1 a3 5.7 a4 6.3 a5 6.8 a};\end{axis}\end{tikzpicture}
I have one question: How can I label the axes? An how can I indicate the mean of each axis with a line in the diagram?
Many greetings
