Published
Edited
Sep 7, 2022
10 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { show_x3d, create_surface, create_sphere } from "@mcmcclur/plotx3d"
Insert cell
// Little hack here, since I haven't properly added
// ClipPanes to PlotX3D.
modify = {
if (select == "Hyperbolic paraboloid, too") {
d3.select(graph3d)
.select("scene")
.append("ClipPlane")
.attr("plane", "1,0,0,1");
d3.select(graph3d)
.select("scene")
.append("ClipPlane")
.attr("plane", "-1,0,0,1");
}
}
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