Archive of past speedrun marathon ratings (GDQ/ESA).
Go to file
2025-01-12 20:26:41 +00:00
archive Good. 2025-01-12 07:31:00 +00:00
chart.py Forgot to update tweaks to chart.py (namely not doubling up on marker counts when used multiple times in a run) 2025-01-12 20:26:41 +00:00
README.md Grim. 2024-07-07 04:30:31 +00:00

Requirements

  • Python3.x
  • matplotlib

Usage

# Example with queue.json
python3 chart.py --fetch

# Example with markers without queue.json
python3 chart.py --fetch --name "Run Name" --url "Thread URL" --markers "overestimate,trainwreck"

# Plot
python3 chart.py --plot

# Fetch + Plot
python3 chart.py --fetch --plot

# Print Additional flags
python3 chart.py --help

Attribution

Credit to the original chart anon for the original scripts. I merely just adapted it over the years for my ease-of-use.