summaryrefslogtreecommitdiffstats
path: root/manual/plugins/mandelbrot.tex
blob: ae1acfb3a3950b07de8799ece2cc25e66dfa55fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\subsection{Mandelbrot}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-mandelbrot-\genericimg.png}
\end{center}
\caption{Mandelbrot}
\end{figure}

This is another demonstration using the grayscale engine.  It draws fractal images from the Mandelbrot set.

\begin{table}[h!]
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
Arrow keys & Move about the image \\
PLAY & Zoom in \\
OFF & Quit \\
F1 & Increase iteration depth (more detail) \\
F2 & Decrease iteration depth (less detail) \\
F3 & Reset and return to the default image \\\bottomrule
\end{tabular}
\end{center}
\end{table}