Visualization: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(New page: =See Also= Stemen Design<br> http://stamen.com/projects/trace Splunk Replay<br> http://code.google.com/p/splunk-flash/wiki/SplunkReplay)
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=See Also=
=Graphing=
( in the mathematical sense, with nodes and edges)


Stemen Design<br>
Graphviz
http://stamen.com/projects/trace


Splunk Replay<br>
==Examples==
http://code.google.com/p/splunk-flash/wiki/SplunkReplay
 
<graphviz>
 
digraph G {
  run->intr;
  intr->runbl;
  runbl-> run;
  run-> kernel;
  kernel-> zombie;
  new-> runmem;
  sleep -> runmem;
}
</graphviz>
 
terraform -< graphviz -> interactive page -> https://github.com/28mm/blast-radius Blast Radius
 
=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:
 
{{Thumb:engineering-management.jpg}}
 
== See Also ==
 
; Stemen Design
: http://stamen.com/projects/trace old broke
: http://v1.stamen.com/projects/trace.html newer
 
; Splunk Replay<br>
: 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.<br>
: http://processing.org/
 
;Information Is Beautiful
:Ideas, issues, knowledge, data – visualized! See what you think<br>
:http://www.informationisbeautiful.net
 
;Misleading Graphs Part 2: Ladders, Spaghetti, and Other Ways to Ruin a Graph
:https://www.datasciencecentral.com/profiles/blogs/misleading-graphs-part-two
 
; Metric graphs 101: Timeseries graphs
: https://www.datadoghq.com/blog/timeseries-metric-graphs-101/
 
* [[JavaScript Visualizations]]

Latest revision as of 18:45, 25 June 2020

Graphing

( in the mathematical sense, with nodes and edges)

Graphviz

Examples

<graphviz>

digraph G {

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

} </graphviz>

terraform -< graphviz -> interactive page -> https://github.com/28mm/blast-radius Blast Radius

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 old broke
http://v1.stamen.com/projects/trace.html newer
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
Misleading Graphs Part 2
Ladders, Spaghetti, and Other Ways to Ruin a Graph
https://www.datasciencecentral.com/profiles/blogs/misleading-graphs-part-two
Metric graphs 101
Timeseries graphs
https://www.datadoghq.com/blog/timeseries-metric-graphs-101/