ibell / coolprop

Deprecated version - go to
https://github.com/CoolProp/CoolProp
MIT License
24 stars 16 forks source link

Reciprocal_density option not working #256

Closed dinojr closed 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.

jowr commented 9 years ago

Please have a look at https://github.com/CoolProp/CoolProp/issues/651