ラベル visualization の投稿を表示しています。 すべての投稿を表示
ラベル visualization の投稿を表示しています。 すべての投稿を表示

2014年12月13日土曜日

Visualization

Fisheye
http://bost.ocks.org/mike/fisheye/

D3.js (Data Driven Document)
http://d3js.org/

2012年3月17日土曜日

Network Visualization Demo with Processing

Network Visualization Demonstration by Max-Plank Institute with the Processing programming language'. The visualization is out of our research scope, but it is strongly important to have this kind of demonstration to entertain the general people and show our innovative technologies.

URL: http://max-planck-research-networks.net/

2012年1月7日土曜日

ZAME: Interactive Large-Scale Graph Visualization

http://www.aviz.fr/~fekete/ps/zame.pdf


We present the Zoomable Adjacency Matrix Explorer (ZAME), a
visualization tool for exploring graphs at a scale of millions of
nodes and edges. ZAME is based on an adjacency matrix graph
representation aggregated at multiple scales. It allows analysts to
explore a graph at many levels, zooming and panning with interactive performance from an overview to the most detailed views.
Several components work together in the ZAME tool to make this
possible. Efficient matrix ordering algorithms group related elements. Individual data cases are aggregated into higher-order metarepresentations. Aggregates are arranged into a pyramid hierarchy that allows for on-demand paging to GPU shader programs
to support smooth multiscale browsing. Using ZAME, we are
able to explore the entire French Wikipedia—over 500,000 articles and 6,000,000 links—with interactive performance on standard
consumer-level computer hardware