Saem said:
Could always do it with java script. Lots of math folk seem to be all over that sort of thing.
Err...Javascript is client-side, nor does it have any graphics capability.
My suggestion? Well, of course you keep all the results in a simple database; MySQL would be an obvious choice. You have a CGI script in Perl (or something) that handles the user's request, selects the proper data from the database, and formats it all for a pass off to...
...
jgraph, a utility which outputs a beautiful graph in...
...Postscript. Um.
So then, as per the handy suggestion on the jgraph site, we pipe the result to a command-line invocation of ghostscript, and pipe
that result to pnmtopng (or ppmtogif), tie it all up with a ball of twine, and voila! A beautiful image file to serve up to our discerning viewer, assuming he has not gotten bored waiting for all of this to occur and gone to the kitchen to make himself a sandwich.
Alternatively, Perl has some native image producing support via Perl/Tk, although I wouldn't want to code up the means to produce graphs that way.
Alternaternatively, someone has probably already done it and posted it to CPAN.
Or, seeing as how the total amount of data surely won't be very large: a dozen or so video cards * a few PC configurations * a dozen or two tests * five output resolutions * four or five AA settings * four or five AF settings * two or three AF algorithm choices * four or five bytes to encode the score (ooo!--less if you use packed decimal!) = maybe a MB or so of data. Ok, that's actually larger than I thought. But anyways, the idea was to just download
all the data, and have a client-side java applet generate the graphs or something.
Well...?
What are you waiting for, Wavey? Go to it! And make some custom timedemos for every review while you're at it! And speaking of, where is that NV35 review anyways?!