Hello,
I am using python3.6 with jupyterlab and Coolprop 6.0.0
with
from CoolProp.Plots import PropertyPlot
ts_plot = PropertyPlot('Methane', 'TS')
ts_plot.calc_isolines(CoolProp.iQ, num=21)
ts_plot.title(r'$T,s$ Graph for Water')
ts_plot.xlabel(r'$s$ [kJ/kg K]')
ts_plot.ylabel(r'$T$ [K]')
I getting...
C:\ProgramData\Anaconda3\lib\site-packages\CoolProp\Plots\Common.py:492: UserWarning: Please use "calc_sat_range" to calculate saturation and isoquality lines. Input ranges are discarded.
C:\ProgramData\Anaconda3\lib\site-packages\CoolProp\Plots\Plots.py:221: UserWarning: Detected an incomplete phase envelope, fixing it numerically.
warnings.warn("Detected an incomplete phase envelope, fixing it numerically.")C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\figure.py:1742: UserWarning: This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.
warnings.warn("This figure includes Axes that are not "
Are there any examples for the calculation of the isolines for the Coolprop version 6.0.0 in python - the examples on the webpage seem a bit outdated.
For me it would be interesting to only mark selected isolines in the diagrams
thx,
René