Page 1 of 1

Graphing Dice Stats

PostPosted: Tue Mar 27, 2012 5:10 pm
by Viper3910
It would be nice if we could see our dice stats graphed with a date at the top like this...

DATE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ......

+30 *
+25 *
+20 * * * * *
+15 * * * * * *
+10 * * *
+5 *
-0- *
-5 *
-10 * *
-15 * *
-20
-25
-30

What say you WIZARDS of the CODE? ;)

Re: Graphing Dice Stats

PostPosted: Tue Mar 27, 2012 5:11 pm
by Viper3910
Well...the graphing didn't turn out the way I typed it....
It should go up and down like a heart rate as your dice stats change each day.

Re: Graphing Dice Stats

PostPosted: Tue Mar 27, 2012 5:34 pm
by DiM
Viper3910 wrote:Well...the graphing didn't turn out the way I typed it....
It should go up and down like a heart rate as your dice stats change each day.


fixed it for you:


Code: Select all
DATE  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ......

+30     *
+25       *
+20         *             *  *   *   *
+15           *  *  *  *                *  *
+10                                            *   *  *
+5                                                         *
-0-                                                            *
-5                                                                 *
-10                                                                  *         *
-15                                                                     *   *
-20                                                             
-25
-30

Re: Graphing Dice Stats

PostPosted: Tue Mar 27, 2012 5:50 pm
by Viper3910
Yes....thank you...now I wonder how difficult it would be to create this under our dice stats?

Re: Graphing Dice Stats

PostPosted: Mon May 28, 2012 2:51 am
by agentcom
Viper3910 wrote:Well...the graphing didn't turn out the way I typed it....
It should go up and down like a heart rate as your dice stats change each day.


The forum software annoyingly suppresses multiple space characters. I hope their saving a lot of money not showing those blank spaces :roll:

Oh and your suggestion might be cool, but you wouldn't want it to aggregate your dice stats, which is what it looks like you're suggesting. Then your line would eventually converge to 0. It would be a rather boring graph that looks the same for everybody.

You'd probably want one that shows your dice stats per day or something, so that you can see days that you just had awesome or horrible dice.

The main problem is that I don't think that data is stored anywhere. It's just the last 25 battles against each opponent and the overall stats

Re: Graphing Dice Stats

PostPosted: Mon May 28, 2012 3:14 am
by sherkaner
yeah, the data is the main problem here. At least we can't request it by day, maybe we could go back a bit further than 25 battles, but that stops somewhere. So last 25/540/75/100 might be doable, but we can't split that up by day.