hvplot should add markers to a line plot when a marker type is supplied
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
In pandas "marker" or "style" control the plot symbols
e.g.
`df.loc['a'].plot(marker='o')`
but with hvplot:
`df.loc['a'].hvplot(marker='o')`
gives
> WARNING:root:main: marker option not found for line plot; similar options include: []
Contributor guide
Assessment
This issue has not been assessed yet.