Square Limit#
Download this notebook from GitHub (right-click to download).
Demo version of the square_limit
topic notebook in examples/topics/geometry
.
Most examples work across multiple plotting backends, this example is also available for:
import holoviews as hv
from holoviews import opts
import numpy as np
from matplotlib.path import Path
from matplotlib.transforms import Affine2D
hv.extension('bokeh')