Public
Edited
Apr 25, 2024
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
//cScale = d3.scaleLinear([0, width/(user_data.length * 6), width /(user_data.length * 3)], ["#009e73", "#f0e442", "#d55e00"]);
cScale = d3.scaleLinear([0, width/(user_data.length * 6), width /(user_data.length * 3)], ["#009e73", "#f0e442", "#d55e00"]);

//cScale = d3.scaleLinear(d3.schemeRdYlGn);
// change scale to be based on the max error for any point? Then it would highlight more clearly best to worst for all
Insert cell
cScaleIndividual = d3.scaleLinear([-width /(user_data.length * 3), -width/(user_data.length * 6), 0, width/(user_data.length * 6), width /(user_data.length * 3)], ["red", "pink", "green", "blue", "yellow"])
Insert cell
md`## User Study Stuff`
Insert cell
mutable maxSingleDiff = 0;
Insert cell
mutable maxSingleDiffName = null;
Insert cell
Insert cell
Insert cell
Insert cell
import { drawAxis } from "@chrislnorth/simple-axis-drawing"
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more