diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index b76dd3e0ff8e6..b1e3d8dc8a1ad 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -72,6 +72,17 @@ the latest web technologies. Its goal is to provide elegant, concise constructio graphics in the style of Protovis/D3, while delivering high-performance interactivity over large data to thin clients. +`Pandas-Bokeh `__ provides a high level API +for Bokeh that can be loaded as a native Pandas plotting backend via + +.. code:: python + + pd.set_option("plotting.backend", "pandas_bokeh") + +It is very similar to the matplotlib plotting backend, but provides interactive +web-based charts and maps. + + `seaborn `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~