Hi I am writing a code which uses ax.plot_surface()
to plot data on a unit sphere for theta = linspace(0,pi,100)
and phi = linspace(0,2*pi,100)
.
For some reason my image is distorted in the sense that the sphere is ahead of the axis. Does anyone have any idea of why this would be the case?