CoolProp / CoolProp

Thermophysical properties for the masses
http://coolprop.org/
MIT License
760 stars 301 forks source link

reciprocal_density option not working #651

Open dinojr opened 9 years ago

dinojr commented 9 years ago

According to the docstring of class PropsPlot(BasePlot), there is an option to plot P versus 1/rho. It doesn't seem to be used however. Consider the following MWE:

from CoolProp.Plots import PropsPlot

ts_plot = PropsPlot('R290', 'PD', reciprocal_density= True) ts_plot.show() The graph plots P versus rho regardless of the reciprocal_density option value.

ibell commented 9 years ago

Thanks for the report. Sadly we don't have anyone doing active development on the plotting, and they are quite broken at the moment. Want to take a crack at fixing the plotting?

dinojr commented 9 years ago

Ian Bell notifications@github.com writes:

Thanks for the report. Sadly we don't have anyone doing active development on the plotting, and they are quite broken at the moment. Want to take a crack at fixing the plotting?

I'm swamped at the moment and I'm not sure my python is good enough but I might give it a try later this year. Thanks.

Julien.