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 holoviews as hv
from holoviews import opts
import numpy as np
hv.extension('bokeh')