Public
Edited
Jun 21, 2022
Fork of Simple D3
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
Insert cell
Insert cell
Insert cell
Insert cell
showTangentView = checkbox({
options: [{ value: "toggle", label: "Tangent Vector"}],
value: "toggle",
})
Insert cell
Insert cell
showNormalView = checkbox({
options: [{ value: "toggle", label: "Normal Vector"}],
value: "toggle",
})
Insert cell
Insert cell
showOsculatingCircleView = checkbox({
options: [{ value: "toggle", label: "Osculating Circle"}],
value: false,
})
Insert cell
Insert cell
showCurveEvolutionView = checkbox({
options: [{ value: "toggle", label: "Curve Evolution"}],
value: false,
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
curve = get_curve(curve_name)
Insert cell
Insert cell
Insert cell
Insert cell
//values = data.map(p => curve.f_y(p))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {inputsGroup} from "@bumbeishvili/input-groups"
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