holoviz / holoviz/hvplot

hvplot should add markers to a line plot when a marker type is supplied

Open
#168 14 comments 1 reaction 0 assignees View on GitHub
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

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.