3 variables in a 2D graph
October 14, 2006 11:45 AM
Subscribe
What's a creative way to graphically visualize user-rating vs time, taking # of ratings into account?
Say the x-axis is months and y-axis is average rating for that month. If one month only has 2 ratings, the plotted point will look as important as in a month where there are 1000 ratings.
Two ideas I've had:
- bigger dots for higher volume months
- plot point every 100 votes, with the x-coordinate of the point at the mean time of the 100 votes (so points won't be evenly spaced)
Can anyone think of anything better?
posted by lpctstr; to media & arts (3 comments total)
- plot numbers instead of points?
- add a line to the graph for moving average of last 100 votes? It would be fairly easy to see that a point with only a few ratings woudn't push the average at all
posted by true at 11:54 AM on October 14, 2006