Public
Edited
Mar 28, 2024
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
PlotMatrix()
Insert cell
Insert cell
Insert cell
Insert cell
quantizeColors("blue", "white", 5)
Insert cell
quantizeColors("blue", "white", 5, true)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function convert(date) {
d3.timeFormatDefaultLocale(localeGerman);
const parseTime = d3.timeParse("%d.%m.%Y");
// return parseTime("June 30, 2015"); // Tue Jun 30 2015 00:00:00 GMT-0700 (PDT)
return parseTime(date); // Tue Jun 30 2015 00:00:00 GMT-0700 (PDT)
}
Insert cell
Insert cell
convert("30.06.2015").toString()
Insert cell
Insert cell
// db = DuckDBClient.of({ data })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { PlotMatrix } with { data } from "@observablehq/autoplot-matrix"
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