1

I am trying to plot a graph in a python app with kivy.garden.Graph, where x axis shows you dates (like from Jan 1, 2015 to Jan 1, 2018), and y axis gives you corresponding prices of some asset. But it seems the Graph widget only accepts floats for input. Is there a workaround or anything I can do to plot datetime objects on my graph?

2
  • Have a look at this answer it may help. Commented Jan 27, 2018 at 14:39
  • Turns out kivy.garden.matplotlib is a way better tool. Thank you for the hint. Commented Mar 1, 2018 at 8:37

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.