Export Code
Connected
index.html
<!doctype html>
<html>
<head>
<title>Scatter Plot with Menus Including Species</title>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
/>
<link
href="https://fonts.googleapis.com/css2?family=Share+Tech&amp;display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<script src="https://unpkg.com/d3@6.7.0"></script>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>

Scatter Plot with Menus Including Species

Curran Kelleher

Last edited Jul 23, 2024
Created on Jun 12, 2021

A reusable scatter plot inspired by Towards Reusable Charts and Observable: selection.join.

Shows the Iris Dataset.

MIT Licensed