bobobobo
bobobobo

Reputation: 67224

visualizing hierarchical data

I'm looking for techniques for displaying hierarchical data.

I find my experience is, unfortunately limited to how Windows presents hierarchies:

1) TreeView - vertical expansion (as in file explorer, and Windows 7 start menu)

windows explorer Win 7 start menu treeview hierarchy

2) Start menus - largely horizontal expansion (XP style)

xp start menu

I'm looking for new/fresh ways to visualize hierarchical data to the user however. Looking for studies, can be academic, still searching. I'm currently browsing through Hierarchical Data Visualization In Desktop Virtual Reality, which is quite cool, looking for more input.

Upvotes: 1

Views: 2580

Answers (1)

Howard
Howard

Reputation: 39197

Some ideas and examples of how to display hierarchical data are discussed in the following two questions:

Upvotes: 1

Related Questions