Skip to content

Commit

Permalink
Update 3Dwireframe3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
misskalyani authored Mar 7, 2024
1 parent 672b2bc commit 03f0e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3D Graph_Surface_Wireframe/3Dwireframe3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def f(x,y):
ax.plot_wireframe(X,Y,Z,50)
xlabel('x')
ylabel('y')
title('3D contour')
title('3D wireframe')
show()

0 comments on commit 03f0e8e

Please sign in to comment.