We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey I wanted to know everyone's opinion on recreating the bar graph concepts in this video:
The concepts itself are pretty simple, but here are a list of things I see done in the video:
I guess this is more of a thought experiment. I heard the guy who created also used Processing for this video!
Answers
Processing is the ideal tool for something like this.
@Joey -- this is all quite doable -- although you would want to make sure that you had the data, and in the right format.
If you wanted to experiment with using a graphing / plotting library for Processing to implement parts of the bar chart logic, check out:
Something like this was already partially implemented here: https://forum.processing.org/two/discussion/20959/how-to-fix-my-graph/p1
Instead of horizontal bar plots, they are vertical. It also detects the max value in each data set. There are three data sets loaded and you can display them one by one based on mouse click events.
Kf
Grafica is very interesting :)
Is there any kind of documentation or api reference for it? I looked at the github and the readme is pretty barebones...I'm guessing i'll have to learn it through the examples and reading the source code