Bokeh 0.8.2
  • Gallery
  • Site
    • Quickstart
      • Introduction
      • Quick Installation
      • Getting Started
      • IPython Notebooks
      • Other Languages
      • Sample Data
      • Concepts
      • More examples
      • Bokeh Plot Server
      • What’s next?
    • Installation
      • Dependencies
      • Package Installs
      • Sample Data
      • Notes for Windows Users
      • Installing from Source
      • Developer Builds
      • BokehJS Standalone
    • Bokeh Tutorial
      • Introduction
      • Quick Install
      • Basic Exercises
      • Topical Exercises
      • Advanced Exercises
      • More Information
    • Gallery
      • anscombe
      • area_chart
      • boxplot
      • boxplot_chart
      • brewer
      • burtin
      • candlestick
      • cat_heatmap_chart
      • categorical
      • choropleth
      • color_scatter
      • correlation
      • density
      • donut_chart
      • dot_chart
      • elements
      • ggplot_line
      • glucose
      • histogram
      • histograms_chart
      • image
      • image_rgba
      • iris
      • iris_scatter_chart
      • iris_splom
      • kde
      • legend
      • les_mis
      • line_chart
      • lorenz
      • periodic
      • quiver
      • scatter
      • sinerror
      • stacked_bar_chart
      • step
      • step_chart
      • stocks
      • stocks_timeseries_chart
      • streamline
      • texas
      • unemployment
      • violin
      • xkcd_density
      • Animated Glyph Example
      • Crossfilter Example
      • Animated Line Example
      • Sliders Example
      • Stocks Example
      • Server Examples
      • Static Examples
    • User Guide
      • Introduction
      • Basic Plotting with Glyphs
      • High Level Charts
      • Configuring and Styling Bokeh Objects
      • Using the Bokeh Server
      • Embedding Bokeh Plots
      • Bokeh Widgets
      • Abstract Rendering
      • Examples
    • Developer Guide
      • Software Process
      • Building and Installing
      • Documentation
      • Testing
      • Bokeh Objects
      • BokehJS
      • Language Bindings
      • Notes
      • Bokeh Server Architecture
    • Contributing
      • Core Team
    • Frequently Asked Questions
      • General Questions
      • Technical Questions
    • Release Notes and Roadmap
      • Release Notes
      • Roadmap
    • Reference Guide
      • Properties System
      • Model Objects
      • Standard Palettes
      • Resources and Embedding
      • Plot Objects
      • bokeh.plotting Interface
      • bokeh.charts Interface
      • Compatibility Layers
      • Bokeh Server REST API
      • BokehJS Interface Reference
      • Bokeh Glyph Quick Reference
      • Sphinx Extensions
  • Page
    • Gallery
    • Server Examples
    • Static Examples
  • « solution
  • anscombe »

Gallery¶

Server Examples¶

The examples linked below all show off usage of the Bokeh server. The Bokeh server provides a place where interesting things can happen—data can be updated to in turn update the plot, and UI and selection events can be processed to trigger more visual updates. It is also possible to downsample large data sets or stream continuously updating data from the Bokeh server.

  • Sliders Example.
  • Crossfilter Example.
  • Stocks Example.
  • Animated Line Example.
  • Animated Glyph Example.

Static Examples¶

All of the static examples below are located in the examples subdirectory of your Bokeh checkout. By “static”, we simply mean that no use is made of the Bokeh server. Static plots can still have many interactive tools and features, including linked panning and brushing, and hover inspectors.

Click on an image below to see its code and interact with the live plot.

  • iris
  • image_rgba
  • candlestick
  • legend
  • correlation
  • glucose
  • les_mis
  • unemployment
  • stocks
  • streamline
  • quiver
  • categorical
  • periodic
  • histogram
  • image
  • lorenz
  • color_scatter
  • iris_splom
  • anscombe
  • choropleth
  • texas
  • scatter
  • burtin
  • brewer
  • elements
  • boxplot
  • area_chart
  • boxplot_chart
  • cat_heatmap_chart
  • donut_chart
  • dot_chart
  • histograms_chart
  • iris_scatter_chart
  • line_chart
  • stacked_bar_chart
  • step_chart
  • stocks_timeseries_chart
  • density
  • ggplot_line
  • step
  • xkcd_density
  • violin
  • kde
  • sinerror

Prev | Next | Back to top

Source

© Copyright 2013, Anaconda.
Created using Sphinx 1.2.3.