britth / GameChanger

A simple command line program that processes Twitter data to discover popular moments in multi-game sporting events. Never settle for a boring game!
MIT License
0 stars 0 forks source link

Drawing multiple graphs #28

Open sunhwap opened 10 years ago

sunhwap commented 10 years ago

Instead of representing one graph indicating tweet volume for each school one at a time, it might be better to show all school in one plane. Then the user will be able to compare tweet volume clearly to see which game is more dynamic. I will figure out drawing multiple graphs with different color indicating which color represents which school.

britth commented 10 years ago

Very good idea, I like it! :+1:

britth commented 10 years ago

@sunhwap also @eah13 mentioned this today, but another cool graphing tool is pygal (http://pygal.org/) which might be useful for creating a graph like this with all games in one plane. It might actually be easier to use than matplotlib, etc.

sunhwap commented 10 years ago

sounds good. Let us try it tomorrow.