I just finished the constellation project within the Data Science Path, and I learnt more about data visualization in a 3D space. While it did take me sometime to get right, as I messed up the syntax for declaring the axes as a 3d projection I figured it out in the end and was also able to fix the z-axis issue I had.
One issue I had which I couldn’t figure out however was finding a way to change the background color of the grid space in the 3d scatter plot. As I wasn’t able to do so I scrapped that code and just went with the default parameters for the scatter for coloring. If anyone has any solution to implement that I would love to hear it. Thanks!