holoviz / holoviz/hvplot

bar plot docs: specify column

Open
#830 2 comments 0 reactions 1 assignee Claimed by @droumis View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.