JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

subplotter post processor #56

Open JimHokanson opened 4 years ago

JimHokanson commented 4 years ago

Provide a dropdown option from our custom menu to either launch a GUI or to enable various post-processing options.

The first 2 that motivated this issue are: 1) Changing the fontsize of each axes 2) running the option to remove horizontal gaps

Note, the second one came up when making the image smaller and I was running into a negative gap problem that I don't think the code can handle .... (maybe it can) Normally we expect to find gaps that we remove, rather than finding overlap and needing to shrink the graphs.

We could also have a various size options (ratio and size options?) for standard screenshot sizes.