My coolprop works perfectly. Now I've just tried to use ``` import CoolProp.Plots as CPP ph_plot = CPP.PropertyPlot('Water','Ph') ph_plot.savefig('coolprop.png') ```  The result is empty – but there is no error. How can I debug this?