logistic_bifurcation, an Octave code which plots the bifurcation diagram for the logistic equation, by John D Cook.
The computer code and data files described and made available on this web page are distributed under the MIT license
logistic_bifurcation is available in a MATLAB version and an Octave version and a Python version.
caustic, an Octave code which generates an image of a caustic, by drawing n equally spaced points in a circle, and then connecting specific pairs of points using a spacing parameter m.
epicycloid, an Octave code which plots an epicycloid curve.
fern, an Octave code which displays the Barnsley fractal fern.
fibonacci_spiral, an Octave code which displays points on a Fibonacci spiral, suggesting the arrangement of seeds in a sunflower, for instance.
hilbert_curve, an Octave code which computes the sequence of discrete Hilbert curves whose limit is a space-filling curve.
julia_set, an Octave code which computes and plots a Julia set, the set of points in the complex plane that remain bounded under a mapping of the form f(z) = z^2+c.
mandelbrot, an Octave code which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot fractal set;
mandelbrot_orbit, an Octave code which generates the sequence of Mandelbrot iterates arising from a single starting point.
Original Python version by John D Cook. This version by John Burkardt.