Public
Edited
Mar 3, 2023
2 stars
Visualizing a Math problem or the superpowers of interactivity
Sierpinski trianglePlot exploration: How to make a clock with Plot?Follow the circles 👀
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// A = [pPositions.Ax, pPositions.Ay]
A = [0, 10]
Insert cell
B = [pPositions.Bx, pPositions.By]
Insert cell
C = [10, 0]
Insert cell
D = [C[0] - (B[0] - A[0]), C[1] - (B[1] - A[1])]
Insert cell
E = [pPositions.Ex, pPositions.Ey]
Insert cell
F = [C[0] - (E[0] - A[0]), C[1] - (E[1] - A[1])]
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
intersectionPoints(Triangles).get("BFC")
Insert cell
ccLPoints(Triangles).get("BFC")
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
myPlot.scale("x")
Insert cell
myPlot.scale("y")
Insert cell
myPlot.scale("r")
Insert cell
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