kip-hart / MicroStructPy

Microstructure modeling, mesh generation, analysis, and visualization.
https://docs.microstructpy.org
MIT License
68 stars 19 forks source link

Plot default hotfix #38

Closed kip-hart closed 3 years ago

kip-hart commented 3 years ago

PR Summary

Purpose

Align the default behavior of cli.plot_*() without plot_files specified to match documentation.

Approach

Previously, the function would quit if plot_files was unspecified. Now, it will do the stated default behavior, create a png of the plot.

PR Checklist