Published unlisted
Edited
Jan 3, 2022
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
facet:{
data: data,
y:'Question'
},
color:{
legend:true,
domain:scale,
scheme:"RdBu"
},
marks:[
Plot.barX(
data,
Plot.groupZ({x:'count'},
{x:'Response', fill:'Response', order:scale}
)
)
]
})
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