Skip to content

Commit

Permalink
Update Loop_Height.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 authored Mar 15, 2022
1 parent 35d3e3d commit accdfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Loop_Height.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
sp_2.set_ylabel('X-Coordinate of Peak of Loop')
sp_3.set_aspect('equal', adjustable='box')
sp_3.set_title('Loops with Different Radii of Curvature')
sp_3.set_xlabel('X-Coordinate of Maximum Loop Height')
sp_3.set_ylabel('Y-Coordinate of Maximum Loop Height')
sp_3.set_xlabel('X-Coordinate of Peak')
sp_3.set_ylabel('Y-Coordinate of Peak')

# show graph
plt.show()

0 comments on commit accdfef

Please sign in to comment.