Tools for Information visualization
• Information visualization tools
• Advanced Visual system **
• http://www.avs.com/
Source : AVS
Category : information visualization tool
status : Commercial softwares packages and compagnies
Summary : Advanced Visual Systems provides industry-leading, interactive data visualization software and solutions that help business, scientific and engineering users gain critical insight from all types of data
. AVS's flagship product is OpenViz, a cross-platform business visualization tool.
• Amcharts *** Interactive flash map
• http://www.amcharts.com/pie/
Pie & Donut chart is very universal and fully configurable flash chart. Using it you can easily have good looking, animated pies or donuts on your web site.
• Autofocus
• http://www.aduna-software.com/home/overview.view
Autofocus is a software that combines computational linguistics with visualisation to find information hidden in huge amounts of data.
To see the project description and the way it works :
http://www.infovis.net/printMag.php?num=151&lang=2 this link takes you to others related topics.
• Anacubis
• http://www.i2.co.uk/anacubis/

Investigation tool that seem multidimensional (see demo (
http://www.i2.co.uk/products/demo/ ), with possibility to integrate map, charts, temporal data, etc.

Anacubis is now part of i2 ChoicePoint’s research and development group. As the world-leading supplier of visual analysis software, i2 ChoicePoint provides investigative analysis solutions for Law Enforcement and Government Agencies.
Status : commercial
• Croquet
• http://www.opencroquet.org/index.php/Main_Page
Category : information visualization tool
source : The croquet consortium / open source software foundation
status :
open source / free software packages
Summary :
Croquet is an open source software development environment for the creation and large-scale distributed deployment of multi-user virtual 3D applications and metaverses that are (1) persistent (2) deeply collaborative, (3) interconnected and (4) interoperable. The Croquet architecture supports synchronous communication, collaboration, resource sharing and computation among large numbers of users on multiple platforms and multiple devices.
• Datalens
• http://www.cs.umd.edu/hcil/datelens/
Source : University of Maryland ben bederson
Category : information visualization tool
Status : academic package
Summary :Calendar applications for small handheld devices such as PDAs are growing in popularity. This led us to develop DateLens, a novel calendar interface that supports not only PDAs, but a range of devices, from desktop computers to Tablet PCs. It supports users in performing planning and analysis tasks by using a fisheye representation of dates coupled with compact overviews, user control over the visible timer period, and integrated search. This enables users to see overviews, easily navigate the calendar structure, and discover patterns and outliers. Moreover, DateLens takes advantage of each device, running quickly on PDAs and supporting ink on Tablet PCs.

• Eye-sys / Interactive Data Visualization
• http://www.eye-sys.com/html/gallery.htm

Author(s):
(unknown)
Institution:
Interactive Data Visualization (IDV), Inc.
Year:
2005
URL:
http://www.eye-sys.com/html/gallery.htm
Project Description:
IDV develops, markets, and licenses visualization software products and tools that deliver enterprise-level benefits to organizations engaged in modeling and simulation, visual simulation, and video game design. One of their tools, called Eye-Sys, is an application designed to quickly gather data from disparate sources, manipulate that data as necessary, and use it to drive interactive, real-time visualizations on consumer-level personal computers.
Eye-Sys systems can be conceptualized as a collection of interconnected nodes. Each of these nodes performs computational functions (data input, manipulation, or display) with a collection of internal properties. The nodes can be connected by establishing a directional link from one node property to another. These links establish that one node is transmitting the value of one of its properties into the property of another node. These ?building block? connections define the behavior of the system. Disparate data sources can easily be brought together just by using several input building blocks. For example, ship movements and locations in a spreadsheet can be imported right along with a geographic database that describes the theater of operations. Similarly, various visualization techniques can be brought to bear on incoming data. For example, animated isosurfaces can be used to show real-time radiation levels within a highly detailed rendering of a ship compartment.
One of the interesting case studies of Eye-Sys is the Global Cereal Supply Chain (shown here in detail) which maps this global network in quite an enticing way.
• GeoVista
• http://www.geovistastudio.psu.edu/jsp/index.jsp
Category :
information visualization tool
status :
open source / free software packages
Summary :
GeoVISTA Studio is an open software development environment designed for geospatial data. Studio is a programming-free environment that allows users to quickly build applications for geocomputation and geographic visualization.
• Graphopt
• http://www.schmuhl.org/graphopt/#screenshot
graphopt exists because of the inability of freely-available graph layout optimizers to produce human-digestable graphs for many of the graphs I have needed. Class inheritance graphs, class containment graphs, and logical diagrams for large (thousands of nodes) networks have all been laid out more clearly (sometimes with a little post-optimization help from Visio) than otherwise possible.

• GUESS **
• http://graphexploration.cond.org/
Source: Eythan Adar
Category : information visualization tool
status :
open source / free software packages
compatibility : Guess is Jython/Java based. you can construct your own applications and applets without much coding.

Summary : GUESS is an exploratory data analysis and visualization tool for graphs and networks. The system contains a domain-specific embedded language called Gython (an extension of Python, or more specifically Jython) which supports the operators and syntactic sugar necessary for working on graph structures in an intuitive manner. An interactive interpreter binds the text that you type in the interpreter to the objects being visualized for more useful integration. GUESS also offers a visualization front end that supports the export of static images and dynamic movies.

example of guess :
Netflix Visualization

Author(s):
chef-ele
Institution:
(unknown)
Year:
2006
URL:
http://www.flickr.com/photos/chef_ele/sets/72157600111346295/
Project Description:
As part of the Netflix Prize competition, chef-ele has created a computer algorithm that can show different clusters of movies within the Netflix database. Chef-ele has used the open-source graph visualization package GUESS for most of his visualizations.
As he explains: "To generate those graphs I basically calculated the full movie-movie correlation matrix, using a straight Pearson correlation with Fisher confidence interval correction & a few other tweaks. Then my program writes a textfile of node & edge definitions, which GUESS reads in. Each movie is a node in the graph, with a label (movie title). The lines/edges connect each movie with the one most similar neighbor movie (in the Fisher/Pearson sense). (...) The graphs I did make show some very reasonable clusters. Some movies -- especially those in series & sequels -- have stronger / larger clusters (such as Friday the 13th sequels the 'Friends' TV series, everything Star-Trek related, etc). But clusters around 'themes' (kids movies, shoot-em-ups, etc.) were also found by the algorithm & seem pretty clear."

• GVF - The graph visualizatio framework
• http://gvf.sourceforge.net/
Status : Open source
The Graph Visualization Framework is a set of design patterns and approaches that can serve as an example for applications that either manipulate graph structures or visualize them. The libraries implement several basic modules for input, graph management, property management, layout, and rendering. Some modules could be made to operate independently with some modification. For example, the graph management module can, in principle, be used as the data structure part of a program which doesn't necessarily use visualization. An application called "Royre" has been built using the GVF. Royre can be altered and extended to fit the needs of users. Some of the rationale for the design is described in a separate PDF document that has been published in Software: Practice & Experience.
• Hypergraph ***
• http://hypergraph.sourceforge.net/
Open source
HyperGraph is an open source project which provides java code to work with hyperbolic geometry and especially with hyperbolic trees. It provides a very extensible api to visualize hyperbolic geometry, to handle graphs and to layout hyperbolic trees.
As soon as you want to look at large data volume that has a hierarchical structure, you will find hyperbolic trees very useful - they show more data than standard tree representations like your favorite explorer, and they have a great look and feel.
• Hypergraph generator
• http://updatepixels.net/2007/2007/hyper_folder.html
Author(s):
Pascal Chirol
Institution:
(unknown)
Year:
2007
URL:
http://updatepixels.net/2007/2007/hyper_folder.html
Project Description:
The concept is simple: a tool that allows the quick creation of dynamic tree structures, which resemble natural rhizomes, and makes it freely accessible online through the use of Java. Pascal Chirol recognizes there are already plenty of graph-generating tools out there and consequently he questions the value of creating a new one. In his own defense, Pascal doesn't try to simply mimic existing tools, as he introduces some new elements to the mix, and that is always an exercise worth doing.
This tool started as a personal interest when Pascal was trying to map the multiple folders and inherent dependencies in his hard drive. The final output, according to the author, represents a continuous workshop, as the architecture of his work, media preferences, and life in general. The abstract visual representation becomes an assembly of Pascal?s small and disjointed elements lost in his machine.
• HyperTree
• http://www.kinase.com/tools/HyperTree.html
Source :Kinase.Com
Category : information visualization tool
status :
open source / free software packages only for non commercial use.
Compatibility : see the instructions odr downloading at
http://www.kinase.com/tools/HyperTree.html
Summary : HYPERTREE is a phylogenetic tree viewer, with a hyperbolic ('fish-eye') view and editing abilities that help in managing very large trees.
• Interactive map ***
• http://www.interactivemaps.org/
Ammap is an interactive flash map creation software. Use this tool to show locations of your offices, routes of your journeys, create your distributor map. Photos or illustrations can be used instead of maps, so you can make different presentations, e-learning tools and more.
commercial unfortunately
• ILog Discovery Preview
• http://www2.ilog.com/preview/Discovery/
Source : discovery Preview
Category : information visualization tool
status :
open source / free software packages (available for free for a limited time period)
Summary : ILOG Discovery Preview is an experimental visualization tool for analyzing data sets intuitively and communicating findings within an enterprise information system. It also serves as an interactive tool for browsing and editing databases, using a direct manipulation paradigm instead of a form-based query system.It is available for free for a limited time period, while some of its features are made available for professional uses in the JViews charts module.
• ILog Jview
• http://www.ilog.com/products/jviews/
Source : discovery Preview
Category : information visualization tool
Status : commercial
LOG JViews components provide custom, graphical components for high-end desktop, Ajax, and Eclipse displays. These components, delivered as point-and-click editing tools and full-featured software development kits (SDKs), allow Java developers to add intuitive, graphical displays to their mission-critical applications.
• Improvise **
• http://www.personal.psu.edu/faculty/c/e/cew15/improvise/
Source : Chris Weaver / Geovista center Penn State University
Category : information visualization tool
status :
open source / free software packages
Summary : Exploratory visualization based on multiple coordinated views is a rapidly growing area of information visualization. Ideally, users would be able to explore their data by switching freely between building and browsing in a flexible, integrated, interactive graphical environment that requires little or no programming skill to use. However, the possibilities for displaying data across multiple views depends on the flexibility of coordination, the expressiveness of graphical encoding, and the ability of users to comprehend the structure of their visualizations as they work. As a result, exploration has been limited in practice to a small fraction of useful visualizations. Improvise is a fully-implemented Java software architecture and user interface that enables users to build and browse highly-coordinated visualizations interactively. By coupling a shared-object coordination model with a declarative visual query language, users gain precise control over how navigation and selection affects the appearance of data across multiple views, using a potentially infinite number of variations on well-known coordination patterns such as synchronized scrolling, overview+detail, brushing, drill-down, and semantic zoom.
Improvise has been used to explore election results, particle trajectories, network loads, music collections, the chemical elements, and even the dynamic coordination structure of its own visualizations in situ. This last technique—
integrated metavisualization—is unique to Improvise.
• Info Vis Toolkit
• http://ivtk.sourceforge.net/
Source : Jean-Daniel Fekete
Jean-Daniel.Fekete@inria.fr
Category : information visualization tool
status : open source / free software packages
Summary : The InfoVis Toolkit is a Interactive Graphics Toolkit written in Java to ease the development of Information Visualization applications and components. The main characteristics of the InfoVis Toolkit are:
Unified data structure (The base data structure is a table of columns. Columns contain objects of homogeneous types, such as integers or strings. Trees and Graphs are derived from Tables) ;
Small memory footprint (Using homogeneous columns instead of compound types improves dramatically the memory required to store large tables, trees or graphs, and generally the time to manage them). Unified set of interactive components (Interactive filtering (a.k.a. dynamic queries) can be performed with the same control objects and components regardless of the data structure, simplifying the reuse of existing components and the design of generic ones). Fast (the InfoVis Toolkit can use accelerated graphics provided by Agile2D, an implementations of Java2D based on the OpenGL API for hardware accelerated graphics. On machine with hardware acceleration, some visualizations redisplay 100 times faster than with the standard Java2D implementation). Extensible (the InfoVis Toolkit is meant to incorporate new information visualization techniques and is distributed with the full sources and with a very liberal licence. It could be a base for student projects, reseach projects or commercial products).
• Infovis cyberifrastructure **
• http://iv.slis.indiana.edu/sw/index.html
Source : Katy Borner
Category : information visualization tool
status : open source / free software packages
Summary : The Information Visualization CyberInfrastructure (IVC) software framework extends the original Information Visualization Repository (Börner & Zhou, 2001). It is a set of libraries that provide a simple and uniform programming-interface to algorithms and user-interface to end-users by leveraging the power of the
Eclipse Rich Client Platform (RCP).
While the algorithms might be developed by different researchers and implemented in different programming languages (e.g., Java, Perl, C, C++) using different graphics, math or other packages the IVC framework facilitates the seamless integration of those algorithms into a unified software package. The IVC framework is unique in that it places no restrictions on the type of data structures, algorithms or persistent data formats. By separating out functions such as data load and store, graphical user interface, transaction logging and inter-convertibility between data formats, the IVC lets a programmer concentrate on developing the core code and frees her from issues such as loading the data into the a particular data structure or keeping track of changing results over time.

• Infoscope
• http://www.macrofocus.com/public/products/infoscope.html
Source : Macrofocus
Category : Category : information visualization tool
Status : free but a professional version in for purchase
Summary : InfoScope is an interactive visualization tool to access, explore, and communicate large or complex datasets.
• Java Graph **
• http://www.jgraph.com/
Source :
JGraph Ltd
Category : information visualization tool
status : open source / free software packages (exists also a commecrcial version)
JGraph is the most powerful, easy-to-use, feature-rich and standards-compliant open source graph component available for Java. Application areas include: Process diagrams, workflow and BPM visualization, flowcharts, even traffic or water flow. Database and WWW visualization, networks and telecoms displays, mapping applications and GIS. UML diagrams, electronic circuits, VLSI, CAD, financial and social networks and data mining. Biochemistry, ecological cycles, entity and cause-effect relationships and organisational charts.
• JTreeMap
• http://jtreemap.sourceforge.net/
Source :
http://sourceforge.net/projects/jtreemap/
Category : information visualization tool
status : open source / free software packages (exists also a commecrcial version)
Summary :
JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap.
• Java Universal Network / Graph Framework
• http://jung.sourceforge.net/
Source :
https://sourceforge.net/projects/jung
Category : information visualization tool
status : open source / free software packages
Summary : JUNG — the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as well as those of other existing third-party Java libraries.The JUNG architecture is designed to support a variety of representations of entities and their relations, such as directed and undirected graphs, multi-modal graphs, graphs with parallel edges, and hypergraphs. It provides a mechanism for annotating graphs, entities, and relations with metadata. This facilitates the creation of analytic tools for complex data sets that can examine the relations between entities as well as the metadata attached to each entity and relation.The current distribution of JUNG includes implementations of a number of algorithms from graph theory, data mining, and social network analysis, such as routines for clustering, decomposition, optimization, random graph generation, statistical analysis, and calculation of network distances, flows, and importance measures (centrality, PageRank, HITS, etc.). JUNG also provides a visualization framework that makes it easy to construct tools for the interactive exploration of network data. Users can use one of the layout algorithms provided, or use the framework to create their own custom layouts. In addition, filtering mechanisms are provided which allow users to focus their attention, or their algorithms, on specific portions of the graph.
• Kartoo + kartoo geo + vizu ***
• http://www.kartoo.net/e/eng/geo.html
KartOO imagines for you new interfaces to navigate through information. Using pictorial displays, these tools allow you to understand large volumes of information and to emphasize more significant elements than simple and long list of paragraphs.
• Many eyes ****
• http://services.alphaworks.ibm.com/manyeyes/home
"Many Eyes is a bet on the power of human visual intelligence to find patterns. Our goal is to "democratize" visualization and to enable a new social kind of data analysis."
• Newsmap **
• http://www.marumushi.com/apps/newsmap/index.cfm
Source :
Category : information visualization tool
Status : Open source
Summary : Newsmap is an application that visually reflects the constantly changing landscape of the
Google News news aggregator. A treemap visualization algorithm helps display the enormous amount of information gathered by the aggregator. Treemaps are traditionally space-constrained visualizations of information. Newsmap's objective takes that goal a step further and provides a tool to divide information into quickly recognizable bands which, when presented together, reveal underlying patterns in news reporting across cultures and within news segments in constant change around the globe.
Newsmap does not pretend to replace the googlenews aggregator. Its objective is to simply demonstrate visually the relationships between data and the unseen patterns in news media. It is not thought to display an unbiased view of the news; on the contrary, it is thought to ironically accentuate the bias of it.

• OpenViz
• http://www.openviz.com/
Source : AVS
Category : information visualization tool
status : Commercial softwares Packages and compagnies
Summary :
Visual Analytics package from AVS. (see advanced visual system)
• Open XD **
• http://opendx.org/
Source : Visualization and Imagery Solutions, Inc.
Category : information visualization tool
status : open source / free software packages
Summary :OpenDX is a uniquely powerful, full-featured software package for the visualization of scientific, engineering and analytical data: Its open system design is built on a standard interface environments. And its sophisticated data model provides users with great flexibility in creating visualizations.
• Panopticon Explorer .NET *
• http://www.panopticon.com/panopticon/Page?id=41
source : pnopticon.net
Category : information visualization tool
compatibility and status : Panopticon Explorer .NET is an interactive visual data analysis application that can be used with Windows 200, XP or later. It is fully internationalized and localized for the Japanese market. Also available in a learning edition that can be freely downloaded and used for non-commercial purposes.
Summary : Panopticon Explorer .NET explore and visually analyze a wide range of data with simple drag and drop operations. For example, you can visually analyze data from your spreadsheets, from your file system or from databases. You can also connect to real-time Reuters and Excel feeds as well as multidimensional data.
• Para View
• http://paraview.org/HTML/Index.html
Source : Kitware.inc
Category : information visualization tool
status : open source / free software packages
Compatibility :ParaView runs on distributed and shared memory parallel as well as single processor systems and has been succesfully tested on Windows, Linux and various Unix workstations and clusters. Under the hood, ParaView uses the
Visualization Toolkit as the data processing and rendering engine and has a user interface written using a unique blend of Tcl/Tk and C++.
Summary : ParaView, an application designed with the need to visualize large data sets in mind. The goals of the ParaView project include the following:Develop an open-source, multi-platform visualization application. Support distributed computation models to process large data sets. Create an open, flexible, and intuitive user interface. Develop an extensible architecture based on open standards.
• Parvis
• http://home.subnet.at/flo/mv/parvis/
Source : [
flo@subnet.at ]
Category : information visualization tool
status : open source / free software packages (If you like parvis and you want to improve it, just go ahead! Parvis is open source, and as long as you leave the GPL intact and release all your code under the GPL, you are authorized to do whatever you want with the code.)
Summary :
parvis is a tool for parallel coordinates (PC) visualisation of multidimensional data sets, as first described in [Inselberg 1981]. The main goal was to develop a flexible, reusable user-interface component compliant to the Java Swing [Eckstein et al. 1998],[Fowler 1998] and Java Beans [Sun 2001] standards, to perform state of the art PC visualisation and provide the user with the necessary means of visual interaction with the data set.
• Piccolo
• http://www.cs.umd.edu/hcil/piccolo/
Source : faculty team http://www.cs.umd.edu/hcil/members/fac-staff-admin.shtml
Category : information visualization tool
status : open source / free software packages
Summary : Piccolo is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUIs), in particular. A ZUI is a new kind of interface that presents a huge canvas of information on a traditional computer display by letting the user smoothly zoom in, to get more detailed information, and zoom out for an overview. We use a "scene-graph" model that is common to 3D environments. Basically, this means that Piccolo maintains a hierarchal structure of objects and cameras, allowing the application developer to orient, group and manipulate objects in meaningful ways.
• Polaris
• http://graphics.stanford.edu/projects/polaris/
Source : Shris Stole , dian Tang, pat hanrahan
Category : information visualization tool
status : academic softwares packages
summary :
Visualization for exploring large, multidimensional databases based on the Pivot Table.
• Prefuse **
• http://prefuse.org/
Source :
Category : information visualization tool
status : open source / free software packages / Prefuse is licensed under the terms of a
BSD license , and can be freely used for both commercial and non-commercial purposes.
Smmary : Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries, integrated search, and database connectivity. Prefuse is written in Java, using the Java 2D graphics library, and is easily integrated into Java Swing applications or web applets.
The
visualization gallery (http://prefuse.org/gallery/ ) and demonstration video (http://prefuse.org/media/prefuse.wmv ) provide numerous examples of the types of applications that can be built with the prefuse toolkit.
• SpaceTree
• http://www.cs.umd.edu/hcil/spacetree/
Source : University of Maryland
Category : information visualization tool
status : academic softwares packages
Summary : SpaceTree is a novel tree browser that builds on the conventional layout node link diagrams along a single preferred direction. It adds dynamic rescaling of branches of the tree to best fit the available screen space, optimized camera movement, and the use of preview icons summarizing the topology of the branches that cannot be expanded. In addition, it includes integrated search and filter functions.
• Spatial
• http://www.spatial.com/
Source : Spatial Corp.
Category : information visualization tool
status : Commercial softwares packages and compagnies
Summary :
Spatial's provides a commercial 3D Visualization component to enable developers to easily build and integrate multi-format access and viewing into a variety of applications.
• Spotfire
• http://www.spotfire.com/
Source : Spotfire, Inc.
Category : information visualization tool
status : Commercial softwares packages and compagnies
Summary : Spotfire is a company specializing in commercial visualization software for decision making.
• Swivel **
• http://www.swivel.com/

Swivel lets you explore data and share your insights with others. Swivel has data about politics, economics, weather, sports, business and more.You can explore popular data or obscure data. Search for it or cruise all the graphs, data sets and opinions.You can compare gas prices to presidential approval ratings or UFO sightings to iPod sales. You might find coincidences You can share your insights by posting a graph to a blog or emailing a link to your coworkers. You can upload the information you need, describe it, pick a color scheme and even pick a photo to bring it to life.
• Tableau *
• http://www.tableausoftware.com/
Source : Tableau Software
Category : information visualization tool
status : Commercial softwares packages and compagnies
Summary : Tableau is a visual analysis and reporting solution that allows people to explore and analyze databases and spreadsheets with simple drag and drop operations.
• The visualization toolkit
• http://www.vtk.org/
Source : kitware.inc.
Category : information visualization tool
status : open source / free software packages
Summary :he Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by
Kitware, Inc . VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data. The design and implementation of the library has been strongly influenced by object-oriented principles. VTK has been installed and tested on nearly every Unix-based platform, PCs (Windows 98/ME/NT/2000/XP), and Mac OSX Jaguar or later.
• Tom Saywer Software
• http://www.tomsawyer.com/home/index.php
Category : Program for analysing Networks
source : Tom Saywer software
status : Commercial softwares packages and compagnies
difficulty : Need SNA Knowledge
summary : Tom Sawyer Software is the premier provider of high performance graph visualization, layout, and analysis systems that enable you to see and interpret complex information to make better decisions.
• Treemap Java Library
• http://sourceforge.net/projects/treemap/
Source : see sourceforge
Category : information visualization tool
status : open source / free software packages
Summary :
A treemap visualization java library, includes cushion treemaps.
• TreeMap *
• http://www.cs.umd.edu/hcil/treemap/
Source : University of Maryland
Category : information visualization tool
Status : academic softwares packages
Summary : Treemap is a space-constrained visualization of hierarchical structures. It is very effective in showing attributes of leaf nodes using size and color coding. Treemap enables users to compare nodes and sub-trees even at varying depth in the tree, and help them spot patterns and exceptions.

• Treemap macrofocus
• http://www.macrofocus.com/public/products/treemap/
TreeMap is an interactive visualization tool that allows seeing both the big picture and the details of your data. It offers filtering techniques to explore the data and can be used for the visualization of budgets, projects, products, surveys, documents and other structured data set. commercial 195 $.
• TULIP
• http://www.tulip-software.org/
Category : information visualization tool / Program for analysing Networks
source : David Auber
http://www.labri.fr/perso/auber/
status : software under GPL licence and can be freely downloaded at
SourceForge : http://sourceforge.net/project/showfiles.php?group_id=61223
difficulty
compatibility
summary : Tulip is a contribution of the area of information visualization, “InfoViz”. Even if the Tulip framework allows the visualization, the drawing and the edition of small graphs, all the parts of the framework have been built in order to be able to visualize graphs having more than 1.000.000 elements. Such a visualization system must draw and display huge graphs, allows the navigation through geometric operations as well as the extraction of subgraphs and the enhancement of the results obtained by filtering.
• Valence **
• http://acg.media.mit.edu/people/fry/valence/
Valence is a set of software sketches about building representations that explore the structures and relationships inside very large sets of information.
• VisAD
• http://www.ssec.wisc.edu/~billh/visad.html
Source :
Category : information visualization tool
status : open source / free software packages
Summary :
VisAD is a Java component library for interactive and collaborative visualization and analysis of numerical data. The name VisAD is an acronym for "Visualization for Algorithm Development"
• Vizter **
• http://jheer.org/vizster/
Source :
(jeffrey heer + danah boyd)
Category : information visualization tool / network
status :

Summary : visualizing online social networks
• Walrus
• http://www.caida.org/tools/visualization/walrus/
Source : Walrus is being developed by Young Hyun at CAIDA. Although Walrus is based on research by Tamara Munzner, she is not connected with this effort in any way, nor does Walrus make use of any code from her H3Viewer.
Category : information visualization tool
status : open source / free software packages
Summary :
Walrus is a tool for interactively visualizing large directed graphs in three-dimensional space. By employing a fisheye-like distortion, it provides a display that simultaneously shows local detail and the global context. see more details (+
• Walrus is a tool for interactively visualizing large directed graphs in three-dimensional space. It is technically possible to display graphs containing a million nodes or more, but visual clutter, occlusion, and other factors can diminish the effectiveness of Walrus as the number of nodes, or the degree of their connectivity, increases. Thus, in practice, Walrus is best suited to visualizing moderately sized graphs that are nearly trees. A graph with a few hundred thousand nodes and only a slightly greater number of links is likely to be comfortable to work with.
Walrus computes its layout based on a user-supplied spanning tree. Because the specifics of the supplied spanning tree greatly affect the resulting display, it is crucial that the user supply a spanning tree that is both meaningful for the underlying data and appropriate for the desired insight. The prominence and orderliness that Walrus gives to the links in the spanning tree, in contrast to all other links, means that an arbitrarily chosen spanning tree may create a misleading or ineffective visualization. Ideally, the input graphs should be inherently hierarchical.
Walrus uses 3D hyperbolic geometry to display graphs under a fisheye-like distortion. At any moment, the amount of magnification, and thus the level of visible detail, varies across the display. This allows the user to examine the fine details of a small area while always having a view of the whole graph available as a frame of reference. Graphs are rendered inside a sphere that contains the Euclidean projection of 3D hyperbolic space. Points within the sphere are magnified according to their radial distance from the center. Objects near the center are magnified, while those near the boundary are shrunk. The amount of magnification decreases continuously and at an accelerated rate from the center to the boundary, until objects are reduced to zero size at the latter, which represents infinity. By bringing different parts of a graph to the magnified central region, the user can examine every part of the graph in detail.
• Yfiles
• http://www.yworks.com/en/products_yfiles_about.htm
Category : information visualization tool / Program for analysing Networks /
source : yWorks
status : Commercial softwares packages and compagnies
difficulty : seems to be easy
summary : yFiles is an extensive Java™ class library that provides algorithms and components enabling the analysis, visualization, and the automatic layout of graphs, diagrams, and networks.
• Other Examples of Visualization tools
• Photosynt
• phtosynt demo at TED talk
http://www.ted.com/index.php/talks/view/id/129

• Touchgraph for Facebook
• http://www.visualcomplexity.com/vc/project.cfm?id=488
Author(s):
(unknown)
Institution:
TouchGraph, LLC
Year:
2007
URL:
http://www.touchgraph.com/TGFacebookBrowser.html
Project Description:
In the tradition of creating useful and engaging network visualization tools for various systems such as Amazon and Google, TouchGraph is now leveraging the power of the booming Facebook platform with its new TouchGraph Facebook Browser. The tool allows users to see how their friends are connected, and who has the most photos together. Users can also explore their own personal networks by graphing photos from anyone's album, or view the connections between members of a group. The interactive tags feature seems also quite interesting.
Make sure you have the latest version of java and a Facebook account to take advantage of this tool.