Published
Edited
Feb 21, 2020
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
solid.Page().scale(0.8).topView();
Insert cell
surface.Page().scale(0.8).topView();
Insert cell
Insert cell
solid.Item().Page().topView();
Insert cell
surface.Item().Page().topView();
Insert cell
Insert cell
Insert cell
squares
.Page({ size: [50, 50] }) // Produces multiple 50x50 mm pages.
.Page() // Packs the 50x50 mm pages onto an unlimited page for viewing.
.scale(0.5)
.topView();
Insert cell
Insert cell
Insert cell
squares.Page({ size: [30, 30], itemsPerPage: 1 }).Page().scale(0.5).topView();
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
await writePdf(squares.Page({ size: [50, 50] }), 'test');
await writeSvg(surface.Page(), 'test');
await writeStl(solid.Page(), 'test');
return downloadAsZip('output', { title: 'Download output' });
}
Insert cell
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