<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis09-04</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis09-04"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis09-04"/>
	<updated>2026-04-21T12:51:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21439</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21439"/>
		<updated>2009-05-26T10:01:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bent arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
[[Image:pgnl.png|250px|Node-and-Link Diagram]] [[Image:pgmatrix.png|250px|Matrix View]] [[Image:pgpg.png|150px|Multivariate Graph]]&amp;lt;br&amp;gt;&lt;br /&gt;
The three figures above all represent the very same dataset, from left to right: Node-and-link diagram, matrix view and a multivariate graph generated by the PivotGraph application. Matrix views tend to offer the advantage of a comprehensive overview of all individual connections over node-and-link diagrams. However, to the unexperienced user they might happen to hide some information, as due to the emphasis on the first sort dimension (namely &amp;quot;gender&amp;quot;) some connections can seem obscure. Therefore, the multivariate graph view is to be preferred when inspecting relations on two dimensions at once. &lt;br /&gt;
&lt;br /&gt;
The multivariate graph technology also comes with some disadvantages: Roll-up and selection transformations might not allow certain aspects of graph topolgy to be preserved: Acyclic graphs might become cyclic, disconnected graphs might become connected for instance.  Therefore, matrix views might be more suitable for experienced users, multivariate graphs on the other hand might prove to be more readable to an unexperienced audience.&lt;br /&gt;
&lt;br /&gt;
== Limitations and future work ==&lt;br /&gt;
&lt;br /&gt;
The tool has some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous values are more difficult to aggregate, this could lead to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs]&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21438</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21438"/>
		<updated>2009-05-26T09:57:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
[[Image:pgnl.png|250px|Node-and-Link Diagram]] [[Image:pgmatrix.png|250px|Matrix View]] [[Image:pgpg.png|150px|Multivariate Graph]]&amp;lt;br&amp;gt;&lt;br /&gt;
The three figures above all represent the very same dataset, from left to right: Node-and-link diagram, matrix view and a multivariate graph generated by the PivotGraph application. Matrix views tend to offer the advantage of a comprehensive overview of all individual connections over node-and-link diagrams. However, to the unexperienced user they might happen to hide some information, as due to the emphasis on the first sort dimension (namely &amp;quot;gender&amp;quot;) some connections can seem obscure. Therefore, the multivariate graph view is to be preferred when inspecting relations on two dimensions at once. &lt;br /&gt;
&lt;br /&gt;
The multivariate graph technology also comes with some disadvantages: Roll-up and selection transformations might not allow certain aspects of graph topolgy to be preserved: Acyclic graphs might become cyclic, disconnected graphs might become connected for instance.  Therefore, matrix views might be more suitable for experienced users, multivariate graphs on the other hand might prove to be more readable to an unexperienced audience.&lt;br /&gt;
&lt;br /&gt;
== Limitations and future work ==&lt;br /&gt;
&lt;br /&gt;
The tool has some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous values are more difficult to aggregate, this could lead to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs]&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21435</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21435"/>
		<updated>2009-05-26T09:44:08Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
[[Image:pgnl.png|200px|Node-and-Link Diagram]] [[Image:pgmatrix.png|200px|Matrix View]] [[Image:pgpg.png|180px|Multivariate Graph]]&amp;lt;br&amp;gt;&lt;br /&gt;
The three figures above all represent the very same dataset, from left to right: Node-and-link diagram, matrix view and a multivariate graph generated by the PivotGraph application. Matrix views tend to offer the advantage of a comprehensive overview of all individual connections over node-and-link diagrams. However, to the unexperienced user they might happen to hide some information, as due to the emphasis on the first sort dimension (namely &amp;quot;color&amp;quot;) some connections can seem obscure. Therefore, the multivariate graph view is to be preferred when inspecting relations on two dimensions at once. &lt;br /&gt;
&lt;br /&gt;
The multivariate graph technology also comes with some disadvantages: Roll-up and selection transformations might not allow certain aspects of graph topolgy to be preserved: Acyclic graphs might become cyclic, disconnected graphs might become connected for instance.  Therefore, matrix views might be more suitable for experienced users, multivariate graphs on the other hand might prove to be more readable to an unexperienced audience.&lt;br /&gt;
&lt;br /&gt;
== Limitations and future work ==&lt;br /&gt;
&lt;br /&gt;
The tool have some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous are more difficult to aggregate, this could led to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs]&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Pgpg.png&amp;diff=21434</id>
		<title>File:Pgpg.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Pgpg.png&amp;diff=21434"/>
		<updated>2009-05-26T09:40:31Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Network Graph of a small company&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Network Graph of a small company&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Pgnl.png&amp;diff=21433</id>
		<title>File:Pgnl.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Pgnl.png&amp;diff=21433"/>
		<updated>2009-05-26T09:40:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: PivotGraph visualisation of a small company&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
PivotGraph visualisation of a small company&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Pgmatrix.png&amp;diff=21432</id>
		<title>File:Pgmatrix.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Pgmatrix.png&amp;diff=21432"/>
		<updated>2009-05-26T09:39:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Matrix-Diagramm of a small example company&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Matrix-Diagramm of a small example company&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
own work  - free&lt;br /&gt;
== Source ==&lt;br /&gt;
own work&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21431</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21431"/>
		<updated>2009-05-26T09:31:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
&lt;br /&gt;
== Limitations and future work ==&lt;br /&gt;
&lt;br /&gt;
The tool have some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous are more difficult to aggregate, this could led to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs]&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21430</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21430"/>
		<updated>2009-05-26T09:25:33Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
&lt;br /&gt;
== Limitations and feature work ==&lt;br /&gt;
&lt;br /&gt;
The tool have some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous are more difficult to aggregate, this could led to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs]&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21429</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21429"/>
		<updated>2009-05-26T09:23:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_singledim.jpg|thumb|Rolling up in one dimensions leads to a one-axis graph]]&lt;br /&gt;
&lt;br /&gt;
The application allows the user also to roll-up in only one dimension. This leads to a graph with just one axis, nevertheless this layout can contain important information, e.g. the communication between several locations in a company. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_ui.jpg|thumb|User Interface of PivotGraph]]&lt;br /&gt;
== PivotGraph user interface ==&lt;br /&gt;
The user interface is quite simple and basic to operate. The main window displays the current scatterplot and the dimensions, the right side allows the user to change the current view by rolling-up on attributes or selecting specific attribute-values. Nodes display additional information on mouse-over. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
&lt;br /&gt;
== Limitations and feature work ==&lt;br /&gt;
&lt;br /&gt;
The tool have some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous are more difficult to aggregate, this could led to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21428</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21428"/>
		<updated>2009-05-26T09:14:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
For optimal understanding, the size of the nodes reflects the amount of aggregated data, just as the thickness of the connections. The nodes may be colored according any other attribute, but the color of the lines should be used to indicate ratio of the weight (connections per node) . &lt;br /&gt;
&lt;br /&gt;
Although, when using a straight grid layout as PivotGraph does, the connections should not be straight to avoid overlapping. Slightly bend arrows avoid occlusion problems. &lt;br /&gt;
&lt;br /&gt;
An important part of the analysis is the user-interaction. The user may chose and the dimensions to roll up at any point, the diagram is the automatically updated. User testing has shown, that this transition has to smoothly interpolate between the graphs, not only calculating the straight interpolation but maybe also intermediate graphs and displaying the transitions of the most important nodes and connections. &lt;br /&gt;
&lt;br /&gt;
Wattenberg describes in his paper three user testings in which all user responded very positive on the transitions between different graphs. &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
&lt;br /&gt;
== Limitations and feature work ==&lt;br /&gt;
&lt;br /&gt;
The tool have some limitations that must be taken into consideration. First of all, the visualization is (except for node-coloring) limited to 2D. An extension to 3D would be possible, but this might cause severe occlusion problems and destroy the simplicity of the visualization. &lt;br /&gt;
&lt;br /&gt;
Another limitation is that the technique works only on discrete-valued dimensions. Continuous are more difficult to aggregate, this could led to a large amount of connections. &lt;br /&gt;
&lt;br /&gt;
A last limitation that may be addressed in future (just like the continuous data) is the representation of multivariate edges. A similar approach could be used to aggregate edges that contain additional information, however these graphs are less common in practice than graphs with multivariate nodes.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21427</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21427"/>
		<updated>2009-05-26T08:54:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wat_pivotgraph_overview.jpg|Rolled-up example diagram done by PivotGraph]]&amp;lt;br&amp;gt;Multivariate diagramm rolled up in two dimensions [Wattenberg, 2006]&lt;br /&gt;
&lt;br /&gt;
[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and coloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_roll-up.jpg|thumb|Rolling up a network diagram]]&amp;lt;br&amp;gt;Rolling up a simple network diagram on the “gender” dimension  [Wattenberg, 2006]&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wat_pivotgraph_select.jpg|thumb|Selecting along a node attribute in a social network]]&amp;lt;br&amp;gt; Selecting along a node attribute in a social network (gender=female)  [Wattenberg, 2006]&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Although the basic idea [...] is quite simple, it turns out there are a number of subtile challenges that need to be addressed for the visualization to remain legible.| [Wattenberg, 2006]}} &lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages ==&lt;br /&gt;
&lt;br /&gt;
== Limitations ==&lt;br /&gt;
&lt;br /&gt;
Although the technique &lt;br /&gt;
- 2D&lt;br /&gt;
- discrite values to roll up&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_ui.jpg&amp;diff=21426</id>
		<title>File:Wat pivotgraph ui.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_ui.jpg&amp;diff=21426"/>
		<updated>2009-05-26T08:26:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: User interface of PivotGraph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
User interface of PivotGraph&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_singledim.jpg&amp;diff=21425</id>
		<title>File:Wat pivotgraph singledim.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_singledim.jpg&amp;diff=21425"/>
		<updated>2009-05-26T08:26:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: on 1 dimension rolled-up multivariate graph done by PivotGraph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
on 1 dimension rolled-up multivariate graph done by PivotGraph&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_select.jpg&amp;diff=21424</id>
		<title>File:Wat pivotgraph select.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_select.jpg&amp;diff=21424"/>
		<updated>2009-05-26T08:23:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Displaying a selection in a (multivariate) network graph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Displaying a selection in a (multivariate) network graph&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_roll-up.jpg&amp;diff=21423</id>
		<title>File:Wat pivotgraph roll-up.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_roll-up.jpg&amp;diff=21423"/>
		<updated>2009-05-26T08:22:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Displaying the roll-up process in a multivariate graph.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Displaying the roll-up process in a multivariate graph. &lt;br /&gt;
== Copyright status ==&lt;br /&gt;
taken from (Wattenberg, 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_overview.jpg&amp;diff=21422</id>
		<title>File:Wat pivotgraph overview.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Wat_pivotgraph_overview.jpg&amp;diff=21422"/>
		<updated>2009-05-26T08:18:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Example rolled-up multivariate graph done by PivotGraph (Wattenberg, 2006)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Example rolled-up multivariate graph done by PivotGraph (Wattenberg, 2006)&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
part of (Wattenberg 2006): Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or fee. CHI 2006, April 22-28, 2006, Montreal, Quebec, Canada. Copyright 2006 ACM 1-59593-178-3/06/0004...$5.00&lt;br /&gt;
== Source ==&lt;br /&gt;
Wattenberg, Martin: Visual Exploration of Multivariate Graphs, Visual Communication Lab, IBM Research, 2006, Quebec, Canada&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21421</id>
		<title>Visual Exploration of Multivariate Graphs by Roll-Up and Selection</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visual_Exploration_of_Multivariate_Graphs_by_Roll-Up_and_Selection&amp;diff=21421"/>
		<updated>2009-05-26T07:40:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: New page: Martin Wattenberg [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpa...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Wattenberg, Martin|Martin Wattenberg]] [Wattenberg, 2006] described in his paper [http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w Visual Exploration of Multivariate Graphs] how Multivariate Graphs can be easily analyzed by rolling-up on certain dimensions. The paper focuses on a software tool called PivotGraph (unfortunately not available) but describes a strategy that could also be used in other tools. &lt;br /&gt;
&lt;br /&gt;
{{Definition|&#039;&#039;&#039;Multivariate Graphs&#039;&#039;&#039; are multi-dimensional: Each node in a graph is associated with several attributes. Common examples are social networks where the nodes might contain information about gender, age etc. or Markov chains where each node has a certain state. The paper mentioned above (as well as the software tool PivotGraph) focuses on graphs with discrete categorical dimensions in the nodes.&lt;br /&gt;
&amp;lt;br&amp;gt;[Wattenberg, 2006]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multivariate graphs - common approach ==&lt;br /&gt;
&lt;br /&gt;
Two visualizations of multivariate graphs are very popular: &amp;quot;Node-and-link diagrams&amp;quot; and matrix views. &amp;quot;Node-and-link diagrams&amp;quot; represent a network topography, additional information may be coded by labeling and colloring nodes, matrix views (normally only 2D) create a main-matrix of one characteristic in which the sub-characteristic is repeated. &lt;br /&gt;
&lt;br /&gt;
== Problems in analyzing multivariate graphs ==&lt;br /&gt;
&lt;br /&gt;
Both visualizations - node-and-link diagram and matrix diagram allow only poor analysis of the information contained in the nodes. Easy questions like &amp;quot;How many men are in the network?&amp;quot; may require the analysist to count every node. &lt;br /&gt;
&lt;br /&gt;
== Solution: Roll-up on one (two) dimension(s) ==&lt;br /&gt;
&lt;br /&gt;
The main simplification in PivotGraph is to roll a graph up in any dimension(s): Replace all nodes with the same value in these dimensions with a node representing the amount of nodes by its size. Aggregate the connections in the same way. &lt;br /&gt;
&lt;br /&gt;
This way you can select up to two dimensions that form a grid, e.g. gender and company. Instead of the large graph, you receive a simpler graph showing the aggregated connections between nodes that correspond to a certain gender and a certain company.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Solution: Selection ==&lt;br /&gt;
&lt;br /&gt;
As addition to roll-up - parts of the diagram can be selected, e.g. all nodes representing females. &lt;br /&gt;
&lt;br /&gt;
== Limitations ==&lt;br /&gt;
&lt;br /&gt;
Although the technique &lt;br /&gt;
- 2D&lt;br /&gt;
- discrite values to roll up&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Techniques]]&lt;br /&gt;
[[Category: Interaction_Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21420</id>
		<title>Wattenberg, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21420"/>
		<updated>2009-05-26T07:23:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:martin_headshot_small.jpg|thumb|Martin Wattenberg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Wattenberg&#039;&#039;&#039; is a researcher at [http://www.ibm.com IBM] and founding manager of IBM&#039;s [http://www.research.ibm.com/visual/ Visual Communication Lab] whose work focuses on visual explorations of culturally significant data. His algorithmic approach is based on his background in mathematics. Wattenberg is known for his scientific and applied work in the field of information visualization and its application to collaborative computing, journalism and bioinformatics as well as for his information-based digital artwork. In his work, the mathematical underpinnings of a computer program are not simply tools used to create art; they are the core of the artworks themselves. [http://www.heise.de/kiosk/archiv/tr/2003/11/36_kiosk Technology Review] recently named him &amp;quot;one of the world&#039;s 100 top young innovators.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wattenberg&#039;s artwork has been exhibited at [http://www.ica.org.uk/  The London Institute of Contemporary Art], [http://whitney.org/ The Whitney Museum of American Art], [http://www.aec.at/ Ars Electronica], [http://www.newmuseum.org/ The New Museum], and at galleries and festivals internationally. Commissions include [http://americanhistory.si.edu/ The Smithsonian National Museum of American History], [http://web.mac.com/stevedean/The_Other_James_Deans_Studio_on_the_Internet/Artwork/Pages/NASA_Space_Art.html The NASA Art Program], [http://new-radio.org/ New Radio and Performing Arts Inc.], [http://www.walkerart.org/ The Walker Art Center] and others. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
His projects have been honored by the Columbia Journalism School Online Journalism Award and the National Magazine Award (with SmartMoney.com), the ID Magazine Interactive Media Design Review, the IDSA Industrial Design Excellence Award, and the Graz Biennale of Media and Architecture (with Marek Walczak). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Martin Wattenberg and Marek Walczak started 1997 a collaboration called [http://mw2mw.com MW2MW] on which they both continue to present creative work in the field of information-based digital artwork.&lt;br /&gt;
&lt;br /&gt;
Previous to his work at IBM, Wattenberg was R&amp;amp;D Director at [http://www.smartmoney.com/ SmartMoney.com] and developed an informative market visualisation, called [http://www.smartmoney.com/map-of-the-market/ Map of the Market] in 1998.&lt;br /&gt;
&lt;br /&gt;
Wattenberg received his Ph.D. in mathematics from U.C. Berkeley, M.S. from Stanford University, and A.B. from Brown University.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://www.bewitched.com/ Martin Wattenberg&#039;s Home Page]&lt;br /&gt;
&lt;br /&gt;
== Interesting Work ==&lt;br /&gt;
*2008 [http://transition.turbulence.org/spotlight/thinking/chess.html Thinking Machine] a chess game which visualises the thinking process of an AI opponent.&lt;br /&gt;
*2008 [http://www.fleshmap.com Flesh Map] several visualisations of desire categorized into touch, look and listen. Tries to find answers on questions like &amp;quot;where would we like to be touched&amp;quot; or &amp;quot;what body parts characterise which music&amp;quot;.&lt;br /&gt;
*2007 [http://manyeyes.alphaworks.ibm.com/manyeyes/ Many Eyes] a platform which allows everybody to share data, create visualisations, analyze and interpret it in several ways.&lt;br /&gt;
*2005 [http://namemapper.babynamewizard.com/namemapper/ Name Voyager] displays the popularity of names over time. &lt;br /&gt;
*2003 [http://www.research.ibm.com/history/ history flow] Visualizing wiki web document evolution&lt;br /&gt;
*1998 [http://www.bewitched.com/marketmap.html Map of the Market] an interactive visualisation of stock performance based on tree maps. &lt;br /&gt;
&lt;br /&gt;
== Related Work in InfoVisWiki ==&lt;br /&gt;
[Wattenberg, 2006] Martin Wattenberg, Visual Exploration of Multivariate Graphs; Visual Communication Lab, IBM Research ([http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w original] - [[Visual Exploration of Multivariate Graphs by Roll-Up and Selection|InfoVisWiki]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Wattenberg, 2005] Martin Wattenberg, www.bewitched.com - About, Retrieved at: Mai 14th, 2009. http://www.bewitched.com/about.html&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21302</id>
		<title>Wattenberg, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21302"/>
		<updated>2009-05-14T11:45:41Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:martin_headshot_small.jpg|thumb|Martin Wattenberg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Wattenberg&#039;&#039;&#039; is a researcher at [http://www.ibm.com IBM] and founding manager of IBM&#039;s [http://www.research.ibm.com/visual/ Visual Communication Lab] whose work focuses on visual explorations of culturally significant data. His algorithmic approach is based on his background in mathematics. Wattenberg is known for his scientific and applied work in the field of information visualization and its application to collaborative computing, journalism and bioinformatics as well as for his information-based digital artwork. In his work, the mathematical underpinnings of a computer program are not simply tools used to create art; they are the core of the artworks themselves. [http://www.heise.de/kiosk/archiv/tr/2003/11/36_kiosk Technology Review] recently named him &amp;quot;one of the world&#039;s 100 top young innovators.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wattenberg&#039;s artwork has been exhibited at [http://www.ica.org.uk/  The London Institute of Contemporary Art], [http://whitney.org/ The Whitney Museum of American Art], [http://www.aec.at/ Ars Electronica], [http://www.newmuseum.org/ The New Museum], and at galleries and festivals internationally. Commissions include [http://americanhistory.si.edu/ The Smithsonian National Museum of American History], [http://web.mac.com/stevedean/The_Other_James_Deans_Studio_on_the_Internet/Artwork/Pages/NASA_Space_Art.html The NASA Art Program], [http://new-radio.org/ New Radio and Performing Arts Inc.], [http://www.walkerart.org/ The Walker Art Center] and others. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
His projects have been honored by the Columbia Journalism School Online Journalism Award and the National Magazine Award (with SmartMoney.com), the ID Magazine Interactive Media Design Review, the IDSA Industrial Design Excellence Award, and the Graz Biennale of Media and Architecture (with Marek Walczak). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Martin Wattenberg and Marek Walczak started 1997 a collaboration called [http://mw2mw.com MW2MW] on which they both continue to present creative work in the field of information-based digital artwork.&lt;br /&gt;
&lt;br /&gt;
Previous to his work at IBM, Wattenberg was R&amp;amp;D Director at [http://www.smartmoney.com/ SmartMoney.com] and developed an informative market visualisation, called [http://www.smartmoney.com/map-of-the-market/ Map of the Market] in 1998.&lt;br /&gt;
&lt;br /&gt;
Wattenberg received his Ph.D. in mathematics from U.C. Berkeley, M.S. from Stanford University, and A.B. from Brown University.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://www.bewitched.com/ Martin Wattenberg&#039;s Home Page]&lt;br /&gt;
&lt;br /&gt;
== Interesting Work ==&lt;br /&gt;
*2008 [http://transition.turbulence.org/spotlight/thinking/chess.html Thinking Machine] a chess game which visualises the thinking process of an AI opponent.&lt;br /&gt;
*2008 [http://www.fleshmap.com Flesh Map] several visualisations of desire categorized into touch, look and listen. Tries to find answers on questions like &amp;quot;where would we like to be touched&amp;quot; or &amp;quot;what body parts characterise which music&amp;quot;.&lt;br /&gt;
*2007 [http://manyeyes.alphaworks.ibm.com/manyeyes/ Many Eyes] a platform which allows everybody to share data, create visualisations, analyze and interpret it in several ways.&lt;br /&gt;
*2005 [http://namemapper.babynamewizard.com/namemapper/ Name Voyager] displays the popularity of names over time. &lt;br /&gt;
*2003 [http://www.research.ibm.com/history/ history flow] Visualizing wiki web document evolution&lt;br /&gt;
*1998 [http://www.bewitched.com/marketmap.html Map of the Market] an interactive visualisation of stock performance based on tree maps. &lt;br /&gt;
&lt;br /&gt;
== Related Work in InfoVisWiki ==&lt;br /&gt;
[Wattenberg, 2006] Martin Wattenberg, Visual Exploration of Multivariate Graphs; Visual Communication Lab, IBM Research ([http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w original] - [[Wattenberg_MultivariateGraphs|InfoVisWiki]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Wattenberg, 2005] Martin Wattenberg, www.bewitched.com - About, Retrieved at: Mai 14th, 2009. http://www.bewitched.com/about.html&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21301</id>
		<title>Wattenberg, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21301"/>
		<updated>2009-05-14T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:martin_headshot_small.jpg|thumb|Martin Wattenberg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Wattenberg&#039;&#039;&#039; is a researcher at [http://www.ibm.com IBM] and founding manager of IBM&#039;s [http://www.research.ibm.com/visual/ Visual Communication Lab] whose work focuses on visual explorations of culturally significant data. His algorithmic approach is based on his background in mathematics. Wattenberg is known for his scientific and applied work in the field of information visualization and its application to collaborative computing, journalism and bioinformatics as well as for his information-based digital artwork. In his work, the mathematical underpinnings of a computer program are not simply tools used to create art; they are the core of the artworks themselves. [http://www.heise.de/kiosk/archiv/tr/2003/11/36_kiosk Technology Review] recently named him &amp;quot;one of the world&#039;s 100 top young innovators.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wattenberg&#039;s artwork has been exhibited at [http://www.ica.org.uk/  The London Institute of Contemporary Art], [http://whitney.org/ The Whitney Museum of American Art], [http://www.aec.at/ Ars Electronica], [http://www.newmuseum.org/ The New Museum], and at galleries and festivals internationally. Commissions include [http://americanhistory.si.edu/ The Smithsonian National Museum of American History], [http://web.mac.com/stevedean/The_Other_James_Deans_Studio_on_the_Internet/Artwork/Pages/NASA_Space_Art.html The NASA Art Program], [http://new-radio.org/ New Radio and Performing Arts Inc.], [http://www.walkerart.org/ The Walker Art Center] and others. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
His projects have been honored by the Columbia Journalism School Online Journalism Award and the National Magazine Award (with SmartMoney.com), the ID Magazine Interactive Media Design Review, the IDSA Industrial Design Excellence Award, and the Graz Biennale of Media and Architecture (with Marek Walczak). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Martin Wattenberg and Marek Walczak started 1997 a collaboration called [http://mw2mw.com MW2MW] on which they both continue to present creative work in the field of information-based digital artwork.&lt;br /&gt;
&lt;br /&gt;
Previous to his work at IBM, Wattenberg was R&amp;amp;D Director at [http://www.smartmoney.com/ SmartMoney.com] and developed an informative market visualisation, called [http://www.smartmoney.com/map-of-the-market/ Map of the Market] in 1998.&lt;br /&gt;
&lt;br /&gt;
Wattenberg received his Ph.D. in mathematics from U.C. Berkeley, M.S. from Stanford University, and A.B. from Brown University.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://www.bewitched.com/ Martin Wattenberg&#039;s Home Page]&lt;br /&gt;
&lt;br /&gt;
== Interesting Work ==&lt;br /&gt;
*2008 [http://transition.turbulence.org/spotlight/thinking/chess.html Thinking Machine] a chess game which visualises the thinking process of an AI opponent.&lt;br /&gt;
*2008[http://www.fleshmap.com Flesh Map] several visualisations of desire categorized into touch, look and listen. Tries to find answers on questions like &amp;quot;where would we like to be touched&amp;quot; or &amp;quot;what body parts characterise which music&amp;quot;.&lt;br /&gt;
*2007 [http://manyeyes.alphaworks.ibm.com/manyeyes/ Many Eyes] a platform which allows everybody to share data, create visualisations, analyze and interpret it in several ways.&lt;br /&gt;
*2005 [http://namemapper.babynamewizard.com/namemapper/ Name Voyager] displays the popularity of names over time. &lt;br /&gt;
*2003 [http://www.research.ibm.com/history/ history flow] Visualizing wiki web document evolution&lt;br /&gt;
*1998 [http://www.bewitched.com/marketmap.html Map of the Market] an interactive visualisation of stock performance based on tree maps. &lt;br /&gt;
&lt;br /&gt;
== Related Work in InfoVisWiki ==&lt;br /&gt;
[Wattenberg, 2006] Martin Wattenberg, Visual Exploration of Multivariate Graphs; Visual Communication Lab, IBM Research ([http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w original] - [[Wattenberg_MultivariateGraphs|InfoVisWiki]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Wattenberg, 2005] Martin Wattenberg, www.bewitched.com - About, Retrieved at: Mai 14th, 2009. http://www.bewitched.com/about.html&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg_MultivariateGraphs&amp;diff=21300</id>
		<title>Wattenberg MultivariateGraphs</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg_MultivariateGraphs&amp;diff=21300"/>
		<updated>2009-05-14T11:44:29Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: New page: under construction....&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;under construction....&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21299</id>
		<title>Wattenberg, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21299"/>
		<updated>2009-05-14T11:44:09Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:martin_headshot_small.jpg|thumb|Martin Wattenberg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Wattenberg&#039;&#039;&#039; is a researcher at [http://www.ibm.com IBM] and founding manager of IBM&#039;s [http://www.research.ibm.com/visual/ Visual Communication Lab] whose work focuses on visual explorations of culturally significant data. His algorithmic approach is based on his background in mathematics. Wattenberg is known for his scientific and applied work in the field of information visualization and its application to collaborative computing, journalism and bioinformatics as well as for his information-based digital artwork. In his work, the mathematical underpinnings of a computer program are not simply tools used to create art; they are the core of the artworks themselves. [http://www.heise.de/kiosk/archiv/tr/2003/11/36_kiosk Technology Review] recently named him &amp;quot;one of the world&#039;s 100 top young innovators.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wattenberg&#039;s artwork has been exhibited at [http://www.ica.org.uk/  The London Institute of Contemporary Art], [http://whitney.org/ The Whitney Museum of American Art], [http://www.aec.at/ Ars Electronica], [http://www.newmuseum.org/ The New Museum], and at galleries and festivals internationally. Commissions include [http://americanhistory.si.edu/ The Smithsonian National Museum of American History], [http://web.mac.com/stevedean/The_Other_James_Deans_Studio_on_the_Internet/Artwork/Pages/NASA_Space_Art.html The NASA Art Program], [http://new-radio.org/ New Radio and Performing Arts Inc.], [http://www.walkerart.org/ The Walker Art Center] and others. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
His projects have been honored by the Columbia Journalism School Online Journalism Award and the National Magazine Award (with SmartMoney.com), the ID Magazine Interactive Media Design Review, the IDSA Industrial Design Excellence Award, and the Graz Biennale of Media and Architecture (with Marek Walczak). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Martin Wattenberg and Marek Walczak started 1997 a collaboration called [http://mw2mw.com MW2MW] on which they both continue to present creative work in the field of information-based digital artwork.&lt;br /&gt;
&lt;br /&gt;
Previous to his work at IBM, Wattenberg was R&amp;amp;D Director at [http://www.smartmoney.com/ SmartMoney.com] and developed an informative market visualisation, called [http://www.smartmoney.com/map-of-the-market/ Map of the Market] in 1998.&lt;br /&gt;
&lt;br /&gt;
Wattenberg received his Ph.D. in mathematics from U.C. Berkeley, M.S. from Stanford University, and A.B. from Brown University.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://www.bewitched.com/ Martin Wattenberg&#039;s Home Page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Interesting Work ==&lt;br /&gt;
*2008 [http://transition.turbulence.org/spotlight/thinking/chess.html Thinking Machine] a chess game which visualises the thinking process of an AI opponent.&lt;br /&gt;
*2008[http://www.fleshmap.com Flesh Map] several visualisations of desire categorized into touch, look and listen. Tries to find answers on questions like &amp;quot;where would we like to be touched&amp;quot; or &amp;quot;what body parts characterise which music&amp;quot;.&lt;br /&gt;
*2007 [http://manyeyes.alphaworks.ibm.com/manyeyes/ Many Eyes] a platform which allows everybody to share data, create visualisations, analyze and interpret it in several ways.&lt;br /&gt;
*2005 [http://namemapper.babynamewizard.com/namemapper/ Name Voyager] displays the popularity of names over time. &lt;br /&gt;
*2003 [http://www.research.ibm.com/history/ history flow] Visualizing wiki web document evolution&lt;br /&gt;
*1998 [http://www.bewitched.com/marketmap.html Map of the Market] an interactive visualisation of stock performance based on tree maps. &lt;br /&gt;
&lt;br /&gt;
== Related Work in InfoVisWiki ==&lt;br /&gt;
[Wattenberg, 2006] Martin Wattenberg, Visual Exploration of Multivariate Graphs; Visual Communication Lab, IBM Research ([http://www.google.at/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.research.ibm.com%2Fvisual%2Fpapers%2Fpivotgraph.pdf&amp;amp;ei=BgMMSoHAEMmP_QbV--ywBA&amp;amp;usg=AFQjCNHXHWZWVxEM8tCSNzoUxTNH50hXRg&amp;amp;sig2=NGoK6wAVWEoPzeeHT_Dc0w original] - [[Wattenberg_MultivariateGraphs|InfoVisWiki]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Wattenberg, 2005] Martin Wattenberg, www.bewitched.com - About, Retrieved at: Mai 14th, 2009. http://www.bewitched.com/about.html&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21298</id>
		<title>Wattenberg, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Wattenberg,_Martin&amp;diff=21298"/>
		<updated>2009-05-14T11:31:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: update martin wattenberg 09&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Wattenberg.jpg|thumb|Martin Wattenberg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Wattenberg&#039;&#039;&#039; is a researcher at [http://www.ibm.com IBM] and founding manager of IBM&#039;s [http://www.research.ibm.com/visual/ Visual Communication Lab] whose work focuses on visual explorations of culturally significant data. His algorithmic approach is based on his background in mathematics. Wattenberg is known for his scientific and applied work in the field of information visualization and its application to collaborative computing, journalism and bioinformatics as well as for his information-based digital artwork. In his work, the mathematical underpinnings of a computer program are not simply tools used to create art; they are the core of the artworks themselves. [http://www.heise.de/kiosk/archiv/tr/2003/11/36_kiosk Technology Review] recently named him &amp;quot;one of the world&#039;s 100 top young innovators.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Wattenberg&#039;s artwork has been exhibited at [http://www.ica.org.uk/  The London Institute of Contemporary Art], [http://whitney.org/ The Whitney Museum of American Art], [http://www.aec.at/ Ars Electronica], [http://www.newmuseum.org/ The New Museum], and at galleries and festivals internationally. Commissions include [http://americanhistory.si.edu/ The Smithsonian National Museum of American History], [http://web.mac.com/stevedean/The_Other_James_Deans_Studio_on_the_Internet/Artwork/Pages/NASA_Space_Art.html The NASA Art Program], [http://new-radio.org/ New Radio and Performing Arts Inc.], [http://www.walkerart.org/ The Walker Art Center] and others. &lt;br /&gt;
&lt;br /&gt;
His projects have been honored by the Columbia Journalism School Online Journalism Award and the National Magazine Award (with SmartMoney.com), the ID Magazine Interactive Media Design Review, the IDSA Industrial Design Excellence Award, and the Graz Biennale of Media and Architecture (with Marek Walczak). &lt;br /&gt;
&lt;br /&gt;
Martin Wattenberg and [[Marek_Walczak Marek Walczak]] started 1997 a collaboration called [http://mw2mw.com MW2MW] on which they both continue to present creative work in the field of information-based digital artwork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous to his work at IBM, Wattenberg was R&amp;amp;D Director at [http://www.smartmoney.com/ SmartMoney.com] and developed an informative market visualisation, called [http://www.smartmoney.com/map-of-the-market/ Map of the Market] in 1998.&lt;br /&gt;
&lt;br /&gt;
Wattenberg received his Ph.D. in mathematics from U.C. Berkeley, M.S. from Stanford University, and A.B. from Brown University.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://www.bewitched.com/ Martin Wattenberg&#039;s Home Page]&lt;br /&gt;
*[http://www.research.ibm.com/history/ history flow] Visualizing wiki web document evolution&lt;br /&gt;
*[http://babynamewizard.com/namevoyager/ NameVoyager] Java Applet to explore baby names&#039; popularity histories&lt;br /&gt;
&lt;br /&gt;
== Interesting Work ==&lt;br /&gt;
*2008 [http://transition.turbulence.org/spotlight/thinking/chess.html Thinking Machine] a chess game which visualises the thinking process of an AI opponent.&lt;br /&gt;
*2008[http://www.fleshmap.com Flesh Map] several visualisations of desire categorized into touch, look and listen. Tries to find answers on questions like &amp;quot;where would we like to be touched&amp;quot; or &amp;quot;what body parts caracterize which music&amp;quot;.&lt;br /&gt;
*2007 [http://manyeyes.alphaworks.ibm.com/manyeyes/ Many Eyes] a platform which allows everybody to share data, create visualisations, analyze and interpret it in several ways.&lt;br /&gt;
*2005 [http://namemapper.babynamewizard.com/namemapper/ Name Voyager] displays the popularity of names over time. &lt;br /&gt;
*1998 [http://www.bewitched.com/marketmap.html Map of the Market] an interactive visualisation of stock performance vased on tree maps. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Wattenberg, 2005] Martin Wattenberg, www.bewitched.com - About, Retrieved at: August 29, 2005. http://www.bewitched.com/about.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Martin_headshot_small.jpg&amp;diff=21297</id>
		<title>File:Martin headshot small.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Martin_headshot_small.jpg&amp;diff=21297"/>
		<updated>2009-05-14T10:53:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-04: Martin Wattenberg - current Portrait from http://www.bewitched.com/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Martin Wattenberg - current Portrait from http://www.bewitched.com/&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.bewitched.com/&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-04</name></author>
	</entry>
</feed>