axes=fig.gca( projection =‘3d’) is not showing any 3d axis.
Doubt related to surface plotting
axes=fig.gca( projection =‘3d’) in this line of code. It doesnt seem to plot any graph or curve
Hello @ishabehera,
Dont you think plt.show or plt.plot_surface
is the function responsible to plot the graphs. Anyways I suggest you share the entire code corpuse here for our reference.