13 Feb, 2009, Zeno wrote in the 21st comment:
Votes: 0
Yep, that was something we've had for years now. :)
19 Feb, 2009, Rojan QDel wrote in the 22nd comment:
Votes: 0
I have another type of PHP graph script on LotJ: http://www.legendsofthejedi.com/index.ph...
It graphs starsystem coordinates on a galactic map based on data from the live data files saved to by the game. It was a pain in the ass to get to work, but I like the outcome.
19 Mar, 2009, Zeno wrote in the 23rd comment:
Votes: 0
So now I'm recording new characters created. Each data point contains the "type" and timestamp, there are 3 types.

What would be the best way to graph this? Neither line nor bar seem to work for this considering I need a different line/bar/etc for each type.
19 Mar, 2009, elanthis wrote in the 24th comment:
Votes: 0
What is wrong with different bars, exactly? You want something like this: http://teethgrinder.co.uk/open-flash-cha...

Generating that in PHP/GD would be pretty easy. Or just use OpenFlashChart.
19 Mar, 2009, Vassi wrote in the 25th comment:
Votes: 0
elanthis said:
What is wrong with different bars, exactly? You want something like this: http://teethgrinder.co.uk/open-flash-cha...

Generating that in PHP/GD would be pretty easy. Or just use OpenFlashChart.


That is a very cool little app there. -bookmarks-
19 Mar, 2009, Zeno wrote in the 26th comment:
Votes: 0
elanthis said:
What is wrong with different bars, exactly? You want something like this: http://teethgrinder.co.uk/open-flash-cha...

Generating that in PHP/GD would be pretty easy. Or just use OpenFlashChart.

I'm doing GD as mentioned earlier in this topic (or maybe not, but I am). I know how to make the graph, I just don't know what graph type to use.

I mean if I use a line graph with the raw data, all I get is a straight line because each data point represents one new char.
19 Mar, 2009, elanthis wrote in the 27th comment:
Votes: 0
Dude, I linked you that as an example of what kind of graph to use. :)

I assume you're graphing based on some time (e.g. daily) and you have three types of characters. For each day you show three bars, showing the total number of chars of that type. The result will look something like the link I pasted.
19 Mar, 2009, Zeno wrote in the 28th comment:
Votes: 0
Haha sorry, I had NoScript on. :P Didn't see it.
04 May, 2009, Zeno wrote in the 29th comment:
Votes: 0
Got some graphs done with that flash software.
http://www.biyg.org/graphs/flash/maxpeak...

Also let's say I wanted to turn this into some sort of graph.
http://www.biyg.org/graphs/newchars.php
What would be the best option and how would I handle it?
04 May, 2009, Scandum wrote in the 30th comment:
Votes: 0
Would be more interesting data if you knew which percentage of each group completes the intro, in which case you could use a stacked bar chart.

http://www.infocaptor.com/img/charts/stacked_bar_chart.png
04 May, 2009, Zeno wrote in the 31st comment:
Votes: 0
Well the problem is that even if you add up the groups, it may not equal the total value. Players sometimes go linkdead before they even answer the "Have you played a MUD before" question.
11 May, 2009, Zeno wrote in the 32nd comment:
Votes: 0
Decided to just create an "Unknown" bar.

http://biyg.org/graphs/flash/newchars.ht...
12 May, 2009, Scandum wrote in the 33rd comment:
Votes: 0
Looks pretty cool. I'm amazed that you on average get one person a day who is new to mudding. I guess you get some google hits for people looking for a bleach based game?
12 May, 2009, Zeno wrote in the 34th comment:
Votes: 0
In a nutshell, yeah. We're position 8 if you Google for 'inuyasha online game' or 'inuyasha game' and even position 36 for 'inuyasha'. Haven't really started working on SEO for Bleach yet, as I would like more Bleach content in first.

We're also on a number of MMO listing sites somehow (I never added it).
20.0/34