Public
Edited
May 16, 2023
Insert cell
import {sport_factors} from "80ec05330bb3aa8b"
Insert cell
sport_factors
Insert cell
Plot.plot({
marks: [
Plot.ruleY([0]),
Plot.lineY(sport_factors, {x: "year", y: "percent", z: "factor", stroke: "factor"})
],
x:{
domain: [2010, 2019]
},
color:{
legend: true
}
})
Insert cell
import {hover} from "d5711fffbaf5da2b"
Insert cell
Plot.plot({
marks: [
Plot.barY(hover, {x: "letter", y: "frequency", sort: {x: "y", reverse: false}}),
Plot.ruleY([0])
]
})
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