von Horus » Do 27. Jul 2017, 11:42
Hallo,
folgender Code:
\begin{tikzpicture}
\draw plot[smooth cycle, tension=0.5] coordinates {(-0.6,0.6) (-0.6,-0.6) (0.6,-0.6) (0.6,0.6)}
node[right, xshift=2cm] (owned){owned vertices};
\end{tikzpicture}
Die Node soll das Rechteck beschriften. Es soll vom Rechteck ein Pfeil/Linie zur Beschriftung 'owned vertices' gehen. Wie mache ich das am besten?
Kann ich Pfad -- [->] -- Node irgendwie in einem Rutsch zeichnen?
Vielen Dank!
[/code]
Hallo,
folgender Code:
[code]
\begin{tikzpicture}
\draw plot[smooth cycle, tension=0.5] coordinates {(-0.6,0.6) (-0.6,-0.6) (0.6,-0.6) (0.6,0.6)}
node[right, xshift=2cm] (owned){owned vertices};
\end{tikzpicture}
[/code]
Die Node soll das Rechteck beschriften. Es soll vom Rechteck ein Pfeil/Linie zur Beschriftung 'owned vertices' gehen. Wie mache ich das am besten?
Kann ich Pfad -- [->] -- Node irgendwie in einem Rutsch zeichnen?
Vielen Dank!
[/code]