// You can uncomment the following code after 'meteoritesWithMapDates' and 'trendLine3' variables are declared
// Plot.plot({
// y: {
// label: '↑ Mass in Tons',
// grid: true
// },
// x: {
// label: 'Year →',
// },
// marks: [
// Plot.dot(meteoritesWithMapDates, {
// x: "year",
// y: "mass",
// fill: 'dodgerblue',
// fillOpacity: 0.5
// }),
// // Values based on linear regression
// Plot.link([0], {
// x1: trendLine3[0][0],
// y1: trendLine3[0][1],
// x2: trendLine3[1][0],
// y2: trendLine3[1][1],
// stroke: 'salmon'
// })
// ]
// })
import{imageToDo}from"@clokman/student-blocks"
imageToDo
import{toc}from"@nebrius/indented-toc"
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.