PDA

View Full Version : TreeMap Plot



liversedge
10th April 2011, 13:26
Hi,

I developed a treemap plot for QT to use in GoldenCheetah (cycling app). You can use the code from here: https://github.com/srhea/GoldenCheetah/blob/release_3.0.0dev/src/TreeMapPlot.h

And there is a few screenshots on this old blog post:
http://markliversedge.blogspot.com/2010/12/wood-for-trees-context-is-everything.html

Any questions let me know... the algorithm and painting are generic, but obviously some of the code is specific to the GoldenCheetah application.

saifulkhan
31st July 2012, 18:40
I have a scenario where, I have an xml file which is the input and the Output is a treemap. I would like to use your Treemap files in my code. GoldenCheetah is pretty big project. Could you please help me giving some hint how can I simply use your treemap code (only) in my program?

It will be really a great help, if you please guide me here. Thanks.