2d pane in scatter3d

I need to make a projection of the 3d graph onto each x/y/z pane. so itโ€™s kind of like 3 shadow, one for each axis.

How would you adress this problem ? I thought of rendering the same 3d points 3 times more and in each case have one axis value = 0 + some function to reduce the amount of rendered points by filtering some close points.

any thoughts an that ?

in an ideal world I would do sth. likeโ€ฆ for 3 axis render one pane without perspective, screenshot, make png, put png on 3d wall. but i guess there is no api for sth. like that.


This is not plotly. This is lots of custom java code

Btw. does someone know how to render the markers as 3d cubes in plotly like in the picture ?