I am trying to code a treemap in processing. I am trying to make the squares bigger when the number is bigger, and darker when they color value is closer to 0. Please help!
I think he means a space-constrained visualization of a hierarchical structure
i.e. treemap
There are people who could help you program a TreeMap but you need to make a start yourself.
Alternatively find an example on the Internet where you understand the code and modify it. Alternatively you could buy Ben Fry's book, Visualizing Data as it has a chapter on this.
Answers
https://forum.Processing.org/two/discussions/tagged/treemap
I am trying to make a map of average age and number of people, how would I go about doing that?
What do you mean by treemap? Can you give us a link?
(There's a treemap class in Java but I'm pretty sure it's not what you mean)
I am trying to code a treemap in processing. I am trying to make the squares bigger when the number is bigger, and darker when they color value is closer to 0. Please help!
And then when the mouse goes over any particular square, it displays data.
Please message me!
I think he means a space-constrained visualization of a hierarchical structure i.e. treemap
There are people who could help you program a TreeMap but you need to make a start yourself.
Alternatively find an example on the Internet where you understand the code and modify it. Alternatively you could buy Ben Fry's book, Visualizing Data as it has a chapter on this.
@lsamue20:
Two examples of treemap visualizations written in Processing:
Click on the </> button to study the source code.