bokeh.models
Interfacebokeh.models.annotations
bokeh.models.axes
bokeh.models.callbacks
bokeh.models.formatters
bokeh.models.glyphs
bokeh.models.grids
bokeh.models.map_plots
bokeh.models.mappers
bokeh.models.markers
bokeh.models.plots
bokeh.models.ranges
bokeh.models.renderers
bokeh.models.sources
bokeh.models.tickers
bokeh.models.tools
bokeh.models.widget
bokeh.models.widgets.buttons
bokeh.models.widgets.dialogs
bokeh.models.widgets.groups
bokeh.models.widgets.icons
bokeh.models.widgets.inputs
bokeh.models.widgets.layouts
bokeh.models.widgets.markups
bokeh.models.widgets.panels
bokeh.models.widgets.tables
bokeh.validation
Package
bokeh.plotting
Interfacebokeh.charts
Interface
This example shows off a crossfilter tool that can be used to interactively explore a data set by filtering and faceting across different dimension. Drag any of the fields on the far left into the “Filter” target to show a miniature plot or selection list that can be used to filter the data shown in the main plot area. Simply drag a selection on the mini-plot (after activating the box selection tool) or select rows in the list. Drag any of the fields into any of the “Facet” targets, and the main plot will be faceted according to that dimension. Categorical dimensions are faceted according to categories, continuous dimensions are binned into roughly equal groups.
Source: https://github.com/bokeh/bokeh/tree/master/examples/app/crossfilter