Hey guys I was wondering if there is a way to change xticks in a plot with pandas data frame? I recently see this line chart that instead of the regular xticks, it has dataframe or table as the xticks. Can we do this by using matplotlib or seaborn? Check the picture to see the line chart. Sorry for my english.
Asked
Active
Viewed 49 times
1 Answers
0
In matplotlib there is such a possibility: example 1, example 2, matplotlib manual.
Try to replace the bar command by a plot command

pyano
- 1,885
- 10
- 28