Public
Edited
Aug 23, 2023
Fork of Graphviz
Insert cell
dot`digraph G{
rankdir="LR"
{rank=same A B C D }
{rank=same E F G H I J K}
{rank=same L M N O}

A -> F;
A -> G;
A -> K;
A -> I;
A -> H;
A -> J;

B -> G;

C -> G;
C -> J;

D -> K;
D -> I;
J -> L;
}`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more