Published
Edited
Apr 29, 2022
1 star
Insert cell
Insert cell
data = FileAttachment("fire_nrt_M-C61_267494.csv").csv({typed: true})
Insert cell
Plot.plot({
width: width,
inset: 8,
grid: true,
facet:
{
data: data,
x: "daynight",
},
color: {
legend: true,
},
x:
{
//domain: [52,45],
},
y:
{
//domain:[]
},
r:
{
domain: [280,400],
range: [0,5]
},
marks: [
Plot.dot(data, {
y: "acq_date",
x: "longitude",
r: "brightness",
fill: "black",
}),
//donbass
Plot.ruleX([35,40], {
//y: "acq_date",
x: [40,35],
r: 2,
fill: "black",
})
]
})
Insert cell
FileAttachment("fire_nrt_M-C61_267494.csv").csv()
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