Published unlisted
Edited
Jun 10, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
gilroy = plotOverview('Gilroy')
Insert cell
Insert cell
totalwidth = width
Insert cell
totalheight = 270
Insert cell
Insert cell
num_weeks = weeksSince("2020-10-01")
Insert cell
weeksSince = function(datestring){
return Math.round((d3.timeDay.count(d3.timeParse("%Y-%m-%d")(datestring), new Date()))) / 7
}
Insert cell
Insert cell
xlabel = "Date of Sample"
Insert cell
mainTitle = "Since Oct 1st, 2020"
Insert cell
ylabel = "Quantity of RNA, normalized"
Insert cell
Insert cell
import {plotOverview, credit, d3} with {mainTitle, xLabel, yLabel, totalheight, totalwidth, num_weeks} from "6c55536820c54786"
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