Generate Tetris 99-style graphs from game statistics.
- Python 3.x
- matplotlib
- pandas
- Adjust config in
generate_graphs.py
- Run using
python generate_graphs.py stats.xls sheet_name
For a given sheet:
Rank | KOs | VIP |
---|---|---|
[1, 99] | [0, 98] | {"Y", NULL} |
To add titles to a graph, use set_title()
on the main axis for each figure:
ax3.set_title("星街すいせい", fontname="FOT-Comet Std", color="white", fontsize="24", pad=10)