0

Line plot with table as the xticks or xlabel

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.

William Miller
  • 9,839
  • 3
  • 25
  • 46

1 Answers1

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