holoviz / holoviz/hvplot

Bar Chart x axis labels not formatted

Open
#1,282 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

I am trying to make a bar plot of Earthquakes per day
![Earthquake Plot](https://github.com/holoviz/hvplot/assets/29660939/2f009fe8-bb4a-4fed-8cf7-033a38039995)

How do I control the dates listed on the x axis?
```
df.hvplot.bar(y = count, title = 'Earthquakes per Day', ylabel = 'Count', xlabel = 'Date')
```

#### Stack traceback and/or browser JavaScript console output

#### Screenshots or screencasts of the bug in action

- [ ] I may be interested in making a pull request to address this

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.