Public
Edited
Jun 3, 2023
Importers
1 star
Insert cell
Type Markdown, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Plot.plot({
height: 1500,
width: 1000,
marginTop: 40,
marginRight: 20,
marginLeft: 100,
marginBottom: 30,
padding: 0,
style: { "font-size": 8 },
x: {
type: "band",
label: "Available Imaging Data",
paddingInner: 0.1
},
y: {
axis: null,
type: "band",
padding: 0.2,
tickSize: 0.1,
label: "All NorCOAST subjects"
},
marks: [
Plot.cell(data, {
x: "modality",
y: "subject-id",
fill: "#eee"
})
]
})
Insert cell
Insert cell
Insert cell
data
X
modality
Y
subject-id
Color
Size
Facet X
Facet Y
Mark
dot
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
viewof table = Inputs.table(data, {})
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more