hvplot
hvplot copied to clipboard
Only one legend for GridSpace layouts
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.