Doubt related to surface plotting

axes=fig.gca( projection =‘3d’) is not showing any 3d axis.

Hello @ishabehera,

Can you please elaborate this? What error exactly are you facing?

Thanks

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.