Is there any way to create a timeline in Python similar to this post using only 1 vizualiation package and no other setup? I have tried to use the plotnine
package to use ggplot2 within Python but this is quite cumbersome to get it to work. Furthermore, I have tried the labella
package but this requires installation of a Latex distribution. With matplotlib
I can't find a way to include the comments next to the event bars.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
I also had this issue ... and this is my solution. Please ignore the Ugly Color Generation ... this is more of a work in progress.
It is Python 3.6 tested ....
What does it output ?
I have to add an Index - and to check that I can change the TimeSteps (hours weeks etc) but so far this it the best solution I can find.
I plan to add mpld3 to it - and then to run it via Flask.... So I have a little ways to go.