diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 670905f6587bc..723adf36dbe9a 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -178,6 +178,16 @@ D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle & Google Colab. Here are some demos of the `grid `__ and `chart-builder `__. +`hvplot `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +hvPlot is a high-level plotting API for the PyData ecosystem built on `HoloViews `__. +It can be loaded as a native pandas plotting backend via + +.. code:: python + + pd.set_option("plotting.backend", "hvplot") + .. _ecosystem.ide: IDE