Machine-readable page content
Canonical: https://semiotic.nteract.io/playground/connected-scatterplot
Connected Scatterplot Playground
Points connected in sequence, colored with viridis from start (purple) to end (yellow). Line width matches point radius. White halo appears under lines when fewer than 100 points.
Generated Code
JSX
import { ConnectedScatterplot } from "semiotic" const data = [...] // Country Development (25 pts) <ConnectedScatterplot data={data} xAccessor="x" yAccessor="y" orderAccessor="year" orderLabel="Year" showGrid xLabel="GDP per capita" yLabel="Life Expectancy" />