I want to create good scalable chart graphics, are there any good tutorials about this topic?
Or maybe someone would like to share his ideas about this topic?
Thanks a lot!
I want to create good scalable chart graphics, are there any good tutorials about this topic?
Or maybe someone would like to share his ideas about this topic?
Thanks a lot!
Hi,
If by scalable you mean infinitely zoomable, then SVG is the way to go :
https://processing.org/reference/libraries/svg/index.html
There’s some examples on this reference page. The nice thing is that you can use the standard Processing library to do that.
Thanks!
Unfortunately, my question was not precise enough. My question is more about code design, rather than exporting the final graph.
So if i’m understanding correctly, you want to make a chart in processing?
Oh sorry, you might want to look at this library then :
But what do you mean by “scalable”?