theme: slate
https://101.school/courses/physics-101 - chatbot + twitch chat -> issues commands to queue -
Plot.auto(olympians, {x: "weight", y: "height", color: "count"}).plot()
This auto mark is equivalent to a rect & bin combination:
Plot.rect(olympians, Plot.bin({fill: "count"}, {x: "weight", y: "height"})).plot()
Plot.plot({
color: {legend: true},
marks: [
Plot.delaunayLink(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", stroke: "body_mass_g", strokeWidth: 1.5})
]
})
SyntaxError: Assignment to external variable 'value' (1:0)
value = (x, y) =>
(1 + (x + y + 1) ** 2 * (19 - 14 * x + 3 * x ** 2 - 14 * y + 6 * x * y + 3 * y ** 2))
* (30 + (2 * x - 3 * y) ** 2 * (18 - 32 * x + 12 * x * x + 48 * y - 36 * x * y + 27 * y ** 2))