Processing Forum
Hello guys I am new to processing and I am finding it hard to understand the logic behind certain functions.
I am trying to create a simple scatter-plot graph to find the correlation between two entities and im using Ben Fry’s book to figure out the method. The method in Ben Fry’s book provides an example for Time Series;
How should I modify this code to plot points for two float values(one depicting the x value and the other depicting the y value)? Any help would be much appreciated…