Changing the legend title
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
#### Problem
When I have a DataFrame `df` with 2 or more columns and plot it with `df.hvplot()` I get a legend for all my columns and the title of the legend is '**_Variable_**'.
#### Solution I'd like
I would like to have the possibility to set the legend title, or to disable it, because most of the times _'Variable'_ is not the best way to describe the elements in the legend.
I tried to look into the holoviews `opts`, but I didn't find something like `legend_title` or similar, which I think would be the best solution.
Did I miss something? Is there already a way to do this?
Contributor guide
Assessment
This issue has not been assessed yet.