Difference between revisions of "Data Visualization"

From Colettapedia
Jump to navigation Jump to search
(Created page with "==Mermaid== * Javascript * Automated flow chart generation from markdown * [https://github.com/knsv/mermaid] * Jupyter notebook extension <code>%reload_ext mermaid</code> ==Gr...")
 
Line 4: Line 4:
 
* [https://github.com/knsv/mermaid]
 
* [https://github.com/knsv/mermaid]
 
* Jupyter notebook extension <code>%reload_ext mermaid</code>
 
* Jupyter notebook extension <code>%reload_ext mermaid</code>
 +
=== Flowchart syntax ===
 +
* [https://mermaid.js.org/syntax/flowchart.html?id=flowcharts-basic-syntax]
 +
 +
 
==Graphviz==
 
==Graphviz==
 
* Non directed graph, directed graph
 
* Non directed graph, directed graph

Revision as of 14:30, 22 January 2024

Mermaid

  • Javascript
  • Automated flow chart generation from markdown
  • [1]
  • Jupyter notebook extension %reload_ext mermaid

Flowchart syntax


Graphviz

  • Non directed graph, directed graph
  • from graphviz import Digraph, Graph
  • Really not a lot of control over placement of the nodes.
  • Some experimentation