Skip to content

Commit

Permalink
Rename Python Scripts/minimumvolumevsangle.py to Python Scripts/MinVo…
Browse files Browse the repository at this point in the history
…l/minimumvolumevsangle.py
  • Loading branch information
Horep committed May 17, 2022
1 parent c085a51 commit cac799a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
plt.ylabel(r"Min Volume")
plt.xticks(np.arange(0, 95, 30), np.arange(0, 95, 30))
plt.xlabel(r"Cylinder Angle $(\vartheta\degree)$")
plt.savefig("90degreeminimumvolume.pdf", bbox_inches='tight', pad_inches=0.0)
plt.savefig("90degreeminimumvolume.pdf", bbox_inches='tight', pad_inches=0.0)

0 comments on commit cac799a

Please sign in to comment.