Cavenfish / autogamess

This is a python module for automating Raman calculations using GAMESS(us).
MIT License
9 stars 8 forks source link

Make plot question #17

Closed shivupa closed 5 years ago

shivupa commented 5 years ago

In make plot can savedir be an optional argument which defaults to None and if None plt.show() is run instead. Also can you add a plt.tight_layout() call before the saving/showing of the plot.

I also agree with @arosen93 about having the option to not plot the vertical lines if desired.