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:
In [1]:
import numpy as np
import holoviews as hv
from holoviews import opts
hv.extension('matplotlib')