Lorenz Attractor Example#
Download this notebook from GitHub (right-click to download).
URL: http://bokeh.pydata.org/en/latest/docs/gallery/lorenz.html
Most examples work across multiple plotting backends, this example is also available for:
import numpy as np
import holoviews as hv
hv.extension('bokeh', 'matplotlib')