Skip to content

Commit ffcbfc8

Browse files
PatrikHlobiljorisvandenbossche
authored andcommitted
DOC: Add Pandas-Bokeh to pandas ecosystem page (#27644)
1 parent ee37443 commit ffcbfc8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/ecosystem.rst

+11
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ the latest web technologies. Its goal is to provide elegant, concise constructio
7272
graphics in the style of Protovis/D3, while delivering high-performance interactivity over
7373
large data to thin clients.
7474

75+
`Pandas-Bokeh <https://github.com/PatrikHlobil/Pandas-Bokeh>`__ provides a high level API
76+
for Bokeh that can be loaded as a native Pandas plotting backend via
77+
78+
.. code:: python
79+
80+
pd.set_option("plotting.backend", "pandas_bokeh")
81+
82+
It is very similar to the matplotlib plotting backend, but provides interactive
83+
web-based charts and maps.
84+
85+
7586
`seaborn <https://seaborn.pydata.org>`__
7687
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7788

0 commit comments

Comments
 (0)