You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each class has it's save_plot function which is copy pasted. It could just be decoupled into a module, and then the class objects could call the function of the util save plot module.
It will clean up the code, make the maintenance easier and faster (because it will be done in one place.
The text was updated successfully, but these errors were encountered:
Currently each class has it's save_plot function which is copy pasted. It could just be decoupled into a module, and then the class objects could call the function of the util save plot module.
It will clean up the code, make the maintenance easier and faster (because it will be done in one place.
The text was updated successfully, but these errors were encountered: