dmegahan / TwitchStats

Python bot for scraping mutliple Twitch.tv streams and IRCs for stream statistics
Apache License 2.0
1 stars 0 forks source link

Matching Game Color Between Streams #20

Open dmegahan opened 9 years ago

dmegahan commented 9 years ago

Since color is currently randomly generated by plot.ly, it could lead to some misinterpretation or annoyance by someone looking at the data. For example, one looking at multiple streams would need to look at the key everytime, and get used to the new color scheme per stream (LoL could be a red line on one stream but a blue on the next). Color should be the same across all graphs, depending on the game. A way this could be done is to generate a random color when we first see that game be played, a set a global variable to reflect this change. This variable could be used across all graphs. Just a thought.

This should be implemented in a way that colors can be set manually as well, in case we want that functionality later.