A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

1.3K stars 113 forks 1.3K watchers Python BSD 3-Clause "New" or "Revised" License
datashader holoviews holoviz plotting
3 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
good first issue

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

Python
#datashader#holoviews#holoviz#plotting

AI Summary: Add `versionadded` admonitions to the docstrings of the `backend_opts`, `legend_cols`, `legend_opts`, `toolbar`, and `autohide_toolbar` keywords in the hvPlot documentation to indicate their introduction in version 0.12.

Complexity: 2/5
good first issue

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

Python
#datashader#holoviews#holoviz#plotting

AI Summary: Investigate why the 'alpha' keyword argument is not affecting the transparency of parallel coordinates plots generated by hvPlot. Debugging will likely involve inspecting the code that handles parallel coordinate plot generation and how alpha values are applied within the chosen plotting backend (Bokeh, Matplotlib, or Plotly). A solution might involve modifying the hvPlot code to correctly pass the alpha value to the backend or identifying a configuration issue.

Complexity: 4/5
good first issue

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

Python
#datashader#holoviews#holoviz#plotting