Public
Edited
Nov 18, 2023
2 forks
Insert cell
Insert cell
import {vl} from '@vega/vega-lite-api-v5'
Insert cell
// grades = FileAttachment("show_scores1.csv").csv({typed: true})
Insert cell
// vl.markErrorbar()
// .data(grades)
// .encode(
// vl.y().fieldQ("avg_latency"),
// vl.x().fieldQ("rate")
// )
// .title("Grade distributiion of A2 - CSE 442 Fall 2023")
// .width(600)
// .height(300)
// .render()
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