From: Shiar Date: Wed, 6 Feb 2008 21:39:30 +0000 (+0100) Subject: graphplay to draw SVG graphs of gameplay statistics X-Git-Url: http://git.shiar.nl/perl/schtarr.git/commitdiff_plain/acea822c3a40b7e74b8d390f6c4d497eface0b56?hp=acea822c3a40b7e74b8d390f6c4d497eface0b56 graphplay to draw SVG graphs of gameplay statistics Parses game stats output of capture script, and draws progression of minerals, gas, and units over time per player. SVG is simple enough to write manually (template at *DATA), but produces essentially the same as SVG::TT::Graph::TimeSeries would (except much faster and easier to understand/modify). ---