Archive of past speedrun marathon ratings (GDQ/ESA).
Go to file
2026-07-12 07:38:18 +00:00
archive grim. 2026-07-12 07:34:27 +00:00
chart.matplotlib.py grim. 2026-07-12 07:34:27 +00:00
chart.py updated script (for HTML support) 2026-07-12 07:38:18 +00:00
README.md updated script (for HTML support) 2026-07-12 07:38:18 +00:00

When linking, please use https://chartfag.neocities.org/, as this domain (ecker.tech) gives an automatic 90-day ban when posted).

Requirements

  • Python3.x
  • plotly and kaleido for chart.py
  • matplotlib for the chart.matplotlib.py version

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.