3D scatterplot?

Any pointers to a 3D scatterplot in Observable Plot? The closest I can find by Googling is this: 3D Scatter Plot / Dave Brown | Observable, but it is more involved than I would like it to be.

Thanks!

1 Like

I don’t think Observable Plot has any genuine 3D capabilities. Of course, there’s a wide range of Javascript libraries that you can use on Observable. I think that one of the easiest to use charting libraries with 3D capabilities is probably ECharts. Here’s an example of a 3D scatter plot on Observable using ECharts:

This example is taken almost verbatim from this ECharts example but written in idiomatic Observable.

2 Likes

Wonderful! You are a true wonder!