Dragon Curve#

Download this notebook from GitHub (right-click to download).


Dragon curve example from the L-systems topic notebook in examples/topics/geometry.

Most examples work across multiple plotting backends, this example is also available for:

import numpy as np
import holoviews as hv
from holoviews import opts

hv.extension('matplotlib')