bar plot docs: specify column
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Hi, in the bar plot docs https://hvplot.holoviz.org/reference/pandas/bar.html, the bar plot output from`table.hvplot.bar(stacked=True, height=500, legend='top_left')` is confusing. We didn't specify the column 'mpg' anywhere. It basically just plot the first column. Can we add the column name here just to be clear? Like `table['mpg'].hvplot.bar(stacked=True, height=500, legend='top_left')`? Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.