gbdev / pandocs

The single, most comprehensive Game Boy technical reference.

Home Page:https://gbdev.io/pandocs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from pygal

avivace opened this issue · comments

We need to migrate from pygal to another python plotting library. We currently use it to render two simple graphs from csv files: https://github.com/gbdev/pandocs/blob/c73a4421b0e7008ebc57bcda3e8754c53e7fdd03/src/imgs/src/graph_render.py

This is not "mandatory" anymore, as we moved to pygal 3.0.0 which supports Python 3.10