The F#.NET Journal just published an article about visualization:
"A tree map is a simple way to visualize the relative sizes of a collection of objects in 2D. The idea is to recursively subdivide a rectangle into non-overlapping rectangles that have areas proportional to the weights they represent..."
To read this article and more, subscribe to The F#.NET Journal today!

1 comments:
Looking at the window containing the treemap that visualizes the relative sizes of files on your disk ... in the lower rhs seems like a lot of small functions, move out from there could it be funciton composition as the files grow?
Post a Comment