gbdev / pandocs

The single, most comprehensive Game Boy technical reference.
https://gbdev.io/pandocs/
Creative Commons Zero v1.0 Universal
593 stars 92 forks source link

Migrate from pygal #449

Closed avivace closed 1 year ago

avivace commented 1 year ago

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

avivace commented 1 year ago

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