Only one legend for GridSpace layouts
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Issue originally reported in https://github.com/holoviz/hvplot/issues/927
GridSpaces created with hvPlot and with `legend` are rendered with a legend for every plot of the grid. I think this is because hvPlot sets `show_legend=True` to every plot of the grid, while it should do it at the GridSpace level only.
Contributor guide
Assessment
This issue has not been assessed yet.