Public
Edited
Feb 27
Insert cell
Insert cell
dados = penguins
Insert cell
dados
X
flipper_length_mm
Y
culmen_length_mm
Color
mean
culmen_depth_mm
Size
Facet X
species
Facet Y
island
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
color: { scheme: "Blues", legend: true },
marginRight: 100,
marks: [
Plot.frame({ strokeOpacity: 0.1 }),
Plot.rect(
dados,
Plot.bin(
{ fill: "mean" },
{
fx: "species",
fy: "island",
x: "flipper_length_mm",
y: "culmen_length_mm",
fill: "culmen_depth_mm",
tip: true
}
)
)
]
})
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more