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 › Contours and isolines
Page Index Toggle Pages: 1
Contours and isolines (Read 685 times)
Contours and isolines
Mar 12th, 2010, 4:27am
 
How can I start drawing isolines from a grid of data points? Any library or suggestion? Thank you!  
Re: Contours and isolines
Reply #1 - Mar 12th, 2010, 4:33am
 
Found weather, topographic, gradient map by searching isolines in the forum, it might help, perhaps.
Re: Contours and isolines
Reply #2 - Mar 12th, 2010, 7:28am
 
I use a basic image and stack a buch of them on top of each other.

The effect gives the illusion of contours
You just create images from the datapoints and use the z-axis as the x-value if you want to see it in 3D
...
http://openprocessing.org/visuals/?visualID=8206
Page Index Toggle Pages: 1