Public
Edited
Mar 26, 2024
Insert cell
Insert cell
dot`${configDot}`
Insert cell
config = ({
key: 1,
"coordinationSpace": {
"zoomLevel": {
"shared": -1.6
},
"zoomOffset": {
"overview": 0,
"detail": 2
},
"target": {
"umap": [518, 134],
"densmap": [437, 123]
}
},
"viewCoordination": {
"UMAP (overview)": {
"coordinationScopes": {
"zoomLevel": "shared",
"zoomOffset": "overview",
"target": "umap"
}
},
"densMAP (overview)": {
"coordinationScopes": {
"zoomLevel": "shared",
"zoomOffset": "overview",
"target": "densmap"
}
},
"UMAP (detail)": {
"coordinationScopes": {
"zoomLevel": "shared",
"zoomOffset": "detail",
"target": "umap"
}
},
"densMAP (detail)": {
"coordinationScopes": {
"zoomLevel": "shared",
"zoomOffset": "detail",
"target": "densmap"
}
}
}

});
Insert cell
configDot = toGraphviz(config)
Insert cell
toGraphviz = (await import("@use-coordination/graphviz-renderer")).toGraphviz
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