Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 739 Bytes

Log10 Timeline

Python script to generate log-scale PDF timelines from arbitrary event data

log timeline screenshot

Usage

Use the python script

  • Create a JSON data file with events (see data/human_evolution.json as an example)
  • Install requirements - pip install -r requirements.txt
  • Update the DATA_FILE variable
  • python logtimeline.py generates a PDF in the output directory

Use the web-generator from the docs site

Misc

Deploying to AWS Lambda