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 › A program that graphs functions
Page Index Toggle Pages: 1
A program that graphs functions? (Read 1076 times)
A program that graphs functions?
Mar 31st, 2010, 5:35pm
 
I'm looking to do some graphic with the Riemann zeta function. But before I attempt anything of that magnitude, I want to try something simple, like x^2, and graph it using Processing. Is there a simple way to do this without having to plot each point separately?  Huh
Re: A program that graphs functions?
Reply #1 - Mar 31st, 2010, 11:06pm
 
Re: A program that graphs functions?
Reply #2 - Apr 1st, 2010, 3:45am
 
I think you can probably make good use of the processing library `gwoptics': http://www.gwoptics.org/processing/gwoptics_p5lib/. It provides the necessary tools for plotting functions or data (in 2D or 3D) with Processing.

Andreas
Page Index Toggle Pages: 1