Commit graph

5 commits

Author SHA1 Message Date
John "Elwin" Edwards
479c173caf SVG charts: separate database-querying and chart-printing code.
Create Game methods in rlgall.py to get histogram data for score, xl,
maxdepth.  In stats2.py, make the chart-printing functions use this
data and avoid running hard-coded queries.
2014-01-16 16:25:09 -08:00
John "Elwin" Edwards
766f3777b3 stats2.py: make graphs of maxdepth. 2014-01-16 10:07:49 -08:00
John "Elwin" Edwards
97cadd5e78 SVG charts: reduce frame stroke width.
If the frame stroke is too wide, bars of height 1 aren't visible.
2014-01-10 12:00:37 -05:00
John "Elwin" Edwards
8516530580 stats2.py: adjust x-axis scale for arogue5 score chart.
The range of scores is higher.
2014-01-10 09:03:16 -05:00
John "Elwin" Edwards
be7dba5b6c Add a new statistics script that creates SVG plots. 2014-01-10 07:15:39 -05:00