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.
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.