Gallery#
All of the examples below are located in the examples subdirectory of the Bokeh repository. Click on an image below to see its code and interact with a live plot.
Bokeh has many interactive tools and widgets. Only a subset have thumbnails here. For more information see the Interaction chapter of the users guide.
The thumbnails in this section link to live demos hosted at demo.bokeh.org.
Vehicle efficiency explorer
Compare decades of vehicle design, then select any group to recompute its fuel-economy distribution and summary values. (source code)
Terrain contour explorer
Compare ten modeled landforms, position an angled transect across filled contours, and read the linked elevation profile and terrain statistics. (source code)
Regional airport access
Move among U.S. states and territories, then compare an anchor airport's closest alternatives and regional reach. (source code)
Seattle weather comparison
Compare one year with Seattle observations from 2012 to 2015, including temperatures, rolling rainfall, wet days, and monthly totals. (source code)
Streaming market simulator
Generate an intraday OHLC stream, change its market regime, and watch volatility, drawdown, and MACD react to new bars and sudden shocks. (source code)
Task scheduling simulator
Follow a dependency graph as tasks become runnable, occupy workers, encounter delays, and stream into a compact execution timeline. (source code)
Nonlinear oscillator studio
Compare Duffing, van der Pol, driven pendulum, and Mathieu dynamics through traces, phase paths, and model-specific diagnostics. (source code)
Wave field explorer
Recompute a two-dimensional field, inspect local values, and follow a movable cross-section through it. (source code)
Radio spectrum lab
Tune a receiver across generated telemetry, chirps, hopping channels, and crowded bands while Python streams filtered spectra and a scrolling spectrogram. (source code)
Research lineage explorer
Trace four landmark results back to their foundations and forward through the research they influenced. (source code)
Hubble image processing
Crop a coordinate-aware Hubble image and run compiled color, contrast, blur, edge, and sharpening filters. (source code)
Cellular automata simulator
Seed and edit a colony, compare two Life-like rules from the same state, and detect still lifes and repeating oscillators. (source code)