Difference between revisions of "Data Visualization"

From Colettapedia
Jump to navigation Jump to search
Line 10: Line 10:
 
** flowchart (alias "graph")
 
** flowchart (alias "graph")
 
* Nodes
 
* Nodes
** ```node_id_name[text in box]```
+
** `node_id_name[text in box]`
 
* Edges
 
* Edges
  

Revision as of 15:04, 22 January 2024

Mermaid

  • Javascript
  • Automated flow chart generation from markdown
  • on Github
  • 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