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!
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!
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.
Wonderful! You are a true wonder!