Search found 3 matches

by Tobias_G
Mon May 06, 2013 6:03 pm
Forum: Graphics, Figures & Tables
Topic: Quadratic fractal with TikZ
Replies: 4
Views: 5687

Re: Quadratic fractal with TikZ

Stefan,

you are a LaTeX-BOSS !

Thank you so much for your help.
Tobias
by Tobias_G
Sun May 05, 2013 10:49 pm
Forum: Graphics, Figures & Tables
Topic: Quadratic fractal with TikZ
Replies: 4
Views: 5687

Re: Quadratic fractal with TikZ

Hi Stefan,

thank you very much for your quick an enlightening response!

How can I adjust the line lengths?

Tobias
by Tobias_G
Sun May 05, 2013 1:24 pm
Forum: Graphics, Figures & Tables
Topic: Quadratic fractal with TikZ
Replies: 4
Views: 5687

Quadratic fractal with TikZ

Dear all,

I would like to create a fractal similar to the Koch snowflake using TikZ:

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{lindenmayersystems}
\begin{document}
\begin{tikzpicture}
\draw [l-system={rule set={F -> F-F++F-F}, step=2pt, angle=60,
axiom=F++F++F, order=4 ...