PolymerGuy / muDIC

Digital Image Correlation in Python
MIT License
160 stars 69 forks source link

[feature] Ability to easily save files from viz #28

Closed ilyasst closed 4 years ago

ilyasst commented 4 years ago

Current behaviour: Currently, the function viz.show is the main method provided to show contour plots of the field to the user.

Proposed behaviour: An additional flag in viz.show can be used to save files to a specified location. This will easily allow a used to either show (None) or save (path) results depending of the value of this flag.

I will submit a PR for this feature shortly.