Public
Edited
Oct 19, 2022
2 stars
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
participantFilters = [
{ name: "all", filter: d => true },
{ name: "Gender: male", filter: d => d.gender == "Male" },
{ name: "Gender: female", filter: d => d.gender == "Female" },
{ name: "Native Language Alphabet: latin", filter: d => d.language_latin == "true" },
{ name: "Native Language Alphabet: non-latin", filter: d => d.language_latin == "false" },
{ name: "Vision (self-reported): normal", filter: d => d.vision == "normal" },
{ name: "Vision (self-reported): normal or short-sighted", filter: d => d.vision == "normal" || d.vision == "short-sighted" },
{ name: "Vision (self-reported): corrected", filter: d => d.vision == "corrected" },
{ name: "Vision (self-reported): impaired", filter: d => d.vision == "impaired" },
]
Insert cell
Insert cell
Insert cell
tasks = ({
snellen: {title: "Tumbling E's", offset: 3, attr: "size"},
line_parallel: {title: "Lateral Line Pattern", offset: 4, attr: "width"},
line_dashed: {title: "Longditudinal Line Pattern", offset: 5, attr: "width"},
tao: {title: "Point Symbols", offset: 6, attr: "size"},
tao_vanishing: {title: "Vanishing Point Symbols", offset: 7, attr: "size"},
text: {title: "Text Labels", offset: 8, attr: "fontSize"},
})
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
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
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot = require("@observablehq/plot@0.3");
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