yale-winter / timelinerm

Timeliner - Module: Make a timeline with MatPlotLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Timeliner: Simple Timeline Creator with Python MatPlotLib


Use with .csv offline with the following schema:

Event Date Priority
Event 1 6.5.22 3
Event 2 6.14.22 1

Plot Timelines with MatPlotLib

To load your offline .csv:
Download your table as .csv (only downloading selected collumns and rows)
And name the document 'Timeline.csv' and place in the same folder

How to Use:

  • Run the script to plot your timelines
  • Priority <= 0 is not displayed
  • See the example .csv file (Timeline.csv) attached in this repository

About

Timeliner - Module: Make a timeline with MatPlotLib


Languages

Language:Python 100.0%