Hello everyone,
I am new to Corona and mobile development as a whole, and I need to figure out the best way to plot a 2D graph from a set of x and y values. I am thinking about two nx1 vectors containing numbers. Does anybody know of a documented library that I could use for this? It needs to be cross-platform at least for iOS and Android.
If not I guess I could work with display.newLine, but I would like to use something that does not force me to write an algorithm or find a workaround for possible future implementations (e.g. say I want to display a dotted chart, is display.newLine with close start and end coordinates the best day to plot a single dot?)