We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › "Live" graphs
Page Index Toggle Pages: 1
"Live" graphs (Read 1617 times)
"Live" graphs
May 4th, 2010, 1:56pm
 
Hi processing world,

Is there anything online that would help me to make a series of "live" graphs in processing(line graphs, pie charts, bar charts for eg) that would change automatically from an RSS feed like Twitter for example?

Any help appreciated
Thanks.   Smiley
Re: "Live" graphs
Reply #1 - May 20th, 2010, 7:22am
 
I'm interested in this too, both in interfacing to the twitter API (which i think is possible through twitter4j) and simple graph drawing libs.  has anyone got any direction on this?

cheers
Jim
Re: "Live" graphs
Reply #2 - May 20th, 2010, 8:17am
 
there are some graph drawing libs out there as far as i know. but i am not sure if they help you when doing some data visualizations unless you really want some pie and barcharts. You are much more flexible if you draw them yourself. Bar chart is pretty easy, just some scaled rects, but you can easily use some boxes and view them in 3d space.
you can find an example for a pie chart here : http://processing.org/learning/basics/piechart.html
Page Index Toggle Pages: 1