Visualization: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
Line 8: Line 8:
<graphviz renderer='neato' caption='Hello Neato'>
<graphviz renderer='neato' caption='Hello Neato'>
graph EXAMPLE2 {
graph EXAMPLE2 {
   run -- intr;
   run -> intr;
   intr -- runbl;
   intr -> runbl;
   runbl -- run;
   runbl -> run;
   run -- kernel;
   run -> kernel;
   kernel -- zombie;
   kernel -> zombie;
  kernel -- sleep;
   new -> runmem;
  kernel -- runmem;
   sleep -> runmem;
  sleep -- swap;
  swap -- runswap;
  runswap -- new;
  runswap -- runmem;
   new -- runmem;
   sleep -- runmem;
}
}
</graphviz>
</graphviz>

Revision as of 03:48, 26 May 2011

Graphing

( in the mathematical sense, with nodes and edges)

Graphviz

Examples

<graphviz renderer='neato' caption='Hello Neato'> graph EXAMPLE2 {

  run -> intr;
  intr -> runbl;
  runbl -> run;
  run -> kernel;
  kernel -> zombie;
  new -> runmem;
  sleep -> runmem;

} </graphviz>

Mind Maps

Graphs of ideas and record of trains of thought.

example programs:

  • Xmind ( FOSS with pay pro version )
  • mind manager (Commercial)
  • freemind ( FOSS )

Examples:

Template:Thumb:engineering-management.jpg

See Also

Stemen Design
http://stamen.com/projects/trace

Splunk Replay
http://code.google.com/p/splunk-flash/wiki/SplunkReplay

Processing is an open source programming language and environment for people who want to program images, animation, and interactions.
http://processing.org/


Information Is Beautiful
Ideas, issues, knowledge, data – visualized! See what you think
http://www.informationisbeautiful.net