Public
Edited
Oct 3, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pippo = Plot.plot(
{
width: 300,
color: {
legend: true
},
facet: {
data: table,
y: "Area"
},
marks: [
Plot.dot(table, {x: "%23_prec", y: "%23", title: "Comune", stroke:"Area", r:0.4}),
Plot.frame()
]
}

)
Insert cell
Plot.plot({
height: 300,
facet: {
marginLeft: 100,
data: table,
y: "Area"
},
marks: [
Plot.dot(table, {x: "%23"}),
Plot.frame()
]
})
Insert cell
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