Skip to content

Commit

Permalink
chor: delete savefigure
Browse files Browse the repository at this point in the history
  • Loading branch information
archeno committed Aug 29, 2024
1 parent 3e1c05f commit c6a531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fy_polyfit/polyfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main():

# plt.draw()
# 保存图片到images文件夹下
plt.savefig('../../images/fitting.png')
# plt.savefig('fitting.png')
plt.show()

except FileNotFoundError as e:
Expand Down

0 comments on commit c6a531d

Please sign in to comment.