One small issue is an error I get using the "Multiplot" demo code on this page is that plt.Save results in the compiler saying that there is no definition or methods for Save. SaveFig does the job, but does not provide an overload to pass the plot dimensions. The dimensions are instead defined when the new plt object is created. I'm curious as to why there are two different methods? Could they be combined into one?