hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

Only one legend for GridSpace layouts

Open maximlt opened this issue 3 years ago • 4 comments

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.

maximlt avatar Oct 13 '22 13:10 maximlt