Skip to content

Latest commit

 

History

History
 
 

This directory contains examples of plots that use Bokeh's compatibility layer which allow users to create Bokeh plots using other plotting libraries.

NOTE Bokeh's compatibility currently depends on a third party library which is not 100% complete. Bokeh is capable of rendering many—but not all—plots created using the libraries below.

  • ggplot Create Bokeh plots using the python ggplot.py port of the R ggplot2 library

  • pandas Create Bokeh plots using the plotting API for pandas dataframes

  • mpl Create Bokeh plots from matplotlib code

  • seaborn Create Bokeh plots using the seaborn library for statistical visualization