Hallo,
ich möchte qualitativ eine Hystereseschleife in ein tikz-Diagramm zeichnen.
Über welche Funktion mache ich das am besten?
Viele Grüße
Fite
Hmm, diese Frage ist etwas sehr pauschal. Und ein Minimalbeispiel wäre
auch nicht schlecht.
Meinst Du so etwas?
\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw (-5,0) -- (5,0) (0,-5) -- (0,5);
\draw (-5,-3) -- (-4,-3) to [controls={+(3,0) and +(-3,0)}] (2,3) -- (5,3);
\draw (5,3) -- (4,3) to [controls={+(-3,0) and +(3,0)}] (-2,-3) -- (-5,-3);
\end{tikzpicture}
\end{document}
Powered by vBulletin® Version 4.2.5 Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.