Was muss ich einstellen, damit die Ich hab mir z.Zt. mit Öffne in Overleaf
%\documentclass[]{article} \documentclass[border=3pt, varwidth]{standalone} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.13}% \begin{document} \begin{tikzpicture} \begin{axis}[ enlargelimits=false, % nodes near coords={abc}, % Hilfslösung %every node near coord/.append style={xshift=0pt,yshift=-7pt, font=\footnotesize}, ] \addplot[ matrix plot, mark=o, mesh/cols=3, point meta=explicit] table[meta=C] { x y C 0 0 0 1 0 1 2 0 2 0 1 3 1 1 4 2 1 5 0 2 6 1 2 7 2 2 8 }; \end{axis} \end{tikzpicture} \end{document} gefragt 20 Jan '18, 21:19 cis |