Hi Carl, error bars are certainly doable and supported by the plot lib. The only problem is that my backend model doesn't include such a field, so at the moment the data (which is certainly included in the json files) is not being saved. I will need to change the DB models in order to acomodate that kind of information.
I'll add this to the wish list. Cheers, Miquel 2010/2/25 Carl Friedrich Bolz <[email protected]>: > Hi Miquel, > > On 02/25/2010 04:10 PM, Miquel Torres wrote: >> As some of you already know, there is a new performance site online: >> speed.pypy.org. > [...] > > I'm quite impressed, this is very cool work and a good improvement over > the current plots. Thanks for doing this! > > One thing that I would really find useful are error bars in the timeline > view. This would help us judge whether up-and-down movements are within > the margin of randomness, or whether it is a real effect. I don't know > how annoying they are to implement though, no clue whether the plot lib > supports that. There should be enough information about errors in the > json files, as far as I remember. > > Cheers, > > Carl Friedrich > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
