What is the difference between scatter and scatter3D in matplotlib?

279 Views Asked by At

As long as projection is set to 3d in the call to add_subplot or axes, such as ax = fig.add_subplot(projection='3d'), both scatter and scatter3D plot a 3D plot. So what is the point of using scatter3D?

0

There are 0 best solutions below