This script shows how to print the subplot_params of a matplotlib figure. The usecase for this script is to be able to visualize any parameter that was manually change, such that the next time you open your plot it will look the same.
- Create plot
- Modify size and subplot parameters.
- create the plot again with the printed parameters.