3 Resultaten gevonden voor "Bestand:TikZ_Tutorial_-_bending.svg".

Bestand:TikZ Tutorial - bending.svg

\usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (0,0) to (3,2); \draw (0,0) to[out=90,in=180] (3,2); \draw (0,0) to[bend right] (3,2);...


Bestand:TikZ Tutorial - special paths.svg

\documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw[help lines] (0,0) grid (2,3); \draw[step=0.5, gray, very thin] (-1...


Bestand:Tikz Tutorial - example 3.svg

\documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (-1,0) to[bend left] (1,0); \draw (-1.2,.1) to[bend right] (1.2,.1); \draw[rotate=0]...