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 & HelpOther Libraries › Easy graph plotting
Page Index Toggle Pages: 1
Easy graph plotting? (Read 1255 times)
Easy graph plotting?
Nov 10th, 2009, 6:15am
 
I'm looking for the ability to define a bounding box on the screen and plot within it some quantity 'y' vs. another 'x' with appropriate axes, updated live as the code runs. Effectively an Excel type plot sitting in the corner of my simulation.

I can code this up myself, but it seems like something sufficiently common to have a library already. Any ideas?
Re: Easy graph plotting?
Reply #1 - Nov 10th, 2009, 6:35am
 
i cant think of a library. its probably easier to just code it yourself. like you said, its not much more then a for loops where X=i and y the value.
Page Index Toggle Pages: 1