Verhulst Mandelbrot#

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


verhulst mandelbrot#

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

Example showing how bifurcation diagram for the logistic map relates to the Mandelbrot set according to a linear transformation. Inspired by this illustration on Wikipedia.

from itertools import islice
import numpy as np
import holoviews as hv
from holoviews import opts
hv.extension('bokeh')