It sure ain’t pretty

I was working on some old and new numbers again and decided to create a few pretty graphs for everyone. After all, number and graphs are always a joy to stare at! ;)

First up is a an updated graph of a something  I first posted in Trendy Charts. I never was happy with how the graph looked in the first place. Google completely ignored the date stamp, thus the graph was drawn in improper scaling. I don’t like to produce data that looks false.

Here’s a new one created with proper tools:

Number of characters in Popmundo

Number of characters in Popmundo

If you ask me, it sure ain’t a pretty view. Why did I ever choose purple in the first place? Oh, and that quick decline of players is awful too.

Second graph is data from last 19 days, plotting the number of logged in users that can be expected during day and night. Since central Europe dominates, the game is at its slowest during 5-7am and the busiest hours are during 17-22 (6-10pm) which really doesn’t come as a surprise. If East Asians and Americans were in greater numbers, the line would be much flatter.

All times in CET.

Logged in users per hour

Here’s the same data broken down into 3 hour intervals and split into weekdays:

people_online

What can be seen from this is that Thursday has been a really busy day during the last 19 days. People also like to stay up late on Fridays to play Popo.

Final graph is the raw data this information was based on:

Logged in users

All of these graph are continually updated on Popodeus website in our statistics page. Make sure to visit it often!

Back in Coverage of forum-index I posted (a sort of) scatter plot for my forum database index. Since then I’ve pulled in lots more forum posts.

Index coverage for Forum Search

This plot covers forum posts id 1,200,000 to 1,450,000. Black spots are unindexed so far. Green spots are posted in Turkish forums, white ones are all other languages. If you look carefully, some few orange and blue spots are Dutch and Finnish respectively.

That’s it for now.

  1. santi_monse’s avatar

    Great Job! :)

    BTW, what software did you use to create that first graph?

    Reply

    1. Alanas Anikonis’s avatar

      Thanks, I mainly do these graphs for my own amusement (seriously :D).

      I actually use a Java graphing library called JFree (can be obtained from http://www.jfree.org), and create images with my custom made servlets and JSP (Java Server Pages). So it’s really not something everyone can “just use”, you have to program it.

      Reply

      1. santi_monse’s avatar

        I understand, sometimes I do graphics and stats for my own amusement too :)

        Unfortunately, I don’t know how to program on Java, only basic C++ =P .. The first of your graphs is very nice, it reminds me the graphs of the software Mathematica:
        http://www.wolframalpha.com/input/?i=Integrate+4-x^2+from+-2+to+2

        Good luck, thanks for the answer!

        Reply

      2. santi_monse’s avatar

        Correct link is the complete one:

        http://www.wolframalpha.com/input/?i=Integrate+4-x^2+from+-2+to+2

        [copy and paste]

        Reply

  2. Herb Acosta’s avatar

    So I’m back to the Forum index bit :P

    It seems like the only threads that you read are from Turkish, but a good portion of the user base writes in English which means the forum database is extremely skewed. Which leads me to my previous post, when would you make the indexing script available to the public.

    If not only to a few select people you can trust, like me lol.

    Reply

    1. Alanas Anikonis’s avatar

      No, what it seems like is that the Turkish are the ones starting a majority of all threads. English is a minority language in the forums.

      Reply

      1. Herb Acosta’s avatar

        Ok, well it still seems like a good portion could be missing, I searched for the amount of posts that I’ve made and it only returned like 129 results, which is WAY off lol. What about all the different city forums? I frequent Toronto and NY forums, not sure if you do.

        Reply

        1. Alanas Anikonis’s avatar

          You need to realize that the forum indexer is only from April 2009 until today, and I didn’t run any indexing for almost 2 months now, so yes, there are lots and lots of holes.
          The three main forums that get indexed are English General, Question forum and Game development. Anything else is just a bonus :)

          I do have a vision on how to fetch almost “everything”. Currently I am lacking a standalone and powerful enough server, so I can’t do anything.

          Reply