import matplotlib.pyplot as plt
from CoolPlot.Plot.Plots import PropertyPlot
fig = plt.figure()
plot = PropertyPlot("REFPROP::ISOBUTAN[0.8]&PROPANE[0.2]", 'PH', unit_system='EUR', tp_limits='ACHP', figure=fig)
plot.calc_isolines()
plot.show()