-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Wanted to say that I love this library and it has been super useful!
I am interested in helping add datetime support for the x-axis if it's something you're interested in. The particular case I'm thinking of is using a pandas Series with a datetime index. I haven't had a chance to dig into the source code yet, but was hoping to gauge interest in this kind of support and perhaps get pointers for where to start looking in the code. It seems like the x-axis must be integer based, which I assume is due to methods in place that scale the x-axis to fit into 80 lines. Hopefully I'll have time to get a better grasp of the ins and out of the code soon, but it would be great if we could work towards datetime-oriented axes.
If I've somehow missed the fact that this is possible with the library as is, please forgive me: I've only had a few days with the library.
Thanks!