Published
Edited
Oct 21, 2021
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
new IteratedFunctionSystem([
rotate(15 * degree).compose(scale(0.98)),
shift([1, 0]).compose(scale(0.1))
]).render_stochastic({ colors: true })
Insert cell
Insert cell
new IteratedFunctionSystem([
rotate(175 * degree).compose(scale(0.98)),
shift([1, 0]).compose(scale(0.09))
]).render_stochastic({ colors: true })
Insert cell
Insert cell
new IteratedFunctionSystem([
rotate(123 * degree).compose(scale(0.98)),
shift([1, 0]).compose(scale(0.07))
]).render_stochastic({ colors: true })
Insert cell
Insert cell
new IteratedFunctionSystem([
rotate(137.5 * degree).compose(scale(0.98)),
shift([1, 0]).compose(scale(0.1))
])
Insert cell
Insert cell
Insert cell
import { IteratedFunctionSystem, shift, scale, rotate, degree } from "@mcmcclur/iteratedfunctionsystem-class"
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