Examples#
A collection of short, self-contained examples.
Benchmarks#
Timing comparisons for the Python-side data-push pipeline in anyplotlib, matplotlib, Plotly, and Bokeh. All measurements capture only the Python serialisation cost — the bottleneck in a live Jupyter session where new data must be encoded and dispatched to the browser on every frame.
Interactive Examples#
Examples that use the callback / event system to connect widget interactions to live Python computations.
Interactive figure annotations — double-click to add, drag to place
Live intensity thresholding on a multi-phase STEM image.
ROI-to-spectrum inspector for a 3-D EDS hyperspectral dataset.
Advanced Interactive Contrast Segmentation (3 × 3 Grid)
Star Globe Explorer — a linked celestial sphere and sky map
Markers#
A collection of short examples using markers
Coordinate transforms — pin markers to the axes or the screen
Plot Types#
A collection of short examples showing different plot types.
Custom Tile Backend — pan & zoom a huge image you never hold in memory
Widgets#
Short examples of using widgets in anyplotlib