Mandelbrot Section#
Download this notebook from GitHub (right-click to download).
Most examples work across multiple plotting backends, this example is also available for:
HoloViews demo that used to be showcased on the [holoviews.org
import numpy as np
import holoviews as hv
from holoviews import dim, opts
hv.extension('bokeh')