Daten visualisieren - immer wieder eine Herausforderung.
Hier gelöst mit Hilfe von Python. Um treemap (unter Debian) installieren zu können,
muss python-matplotlib installiert sein [
apt-get install python-matplotlib ].
Dies ist eine Voraussetzung, damit die Anzeige durch
pylab realisiert werden kann.
Dargestellt ist die Baumstruktur (als geschachtelte Liste dargestellt:
tree= ((5,(3,5,2,(0.1,0.1,0.6),1)), 4, (5,2,(2,3,(3,2, (2,5,2),2)),(3,3)), (3,2,(0.2,0.2,0.2)) ))
Treeview creator with interactive viewer
...
Then I remembered treemaps. They're a great way of viewing trees where the nodes are considered to have a size.
I couldn't find a decent viewer in python, so I thought I'd knock one up. It seems quick enough and does the job. I even used pylab to allow the use to zoom in on particular nodes to see whats going on in a busy part.
2006-07-30 02:06:13.00Z
http://cheeseshop.python.org/pypi?%3Aaction=rss
[ Verweis - Nachrichtenkanal ]
http://cheeseshop.python.org/pypi/treemap/1.01
[ Verweis - Eintrag ]