creanero / stellar_matchmaker

MIT License
1 stars 1 forks source link

Image saving not working #37

Open creanero opened 1 month ago

creanero commented 1 month ago

Got this error when testing AttributeError: module 'matplotlib.pyplot' has no attribute 'save'. Did you mean: 'imsave'? Suspect it's an easy fix, but one to check

tyoo37 commented 1 month ago

yeah we can change plt.save to plt.savefig