Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ plot
Method
plot
wrappers/Python/CoolProp/Plots/PsychChart.py:63–65 ·
view source on GitHub ↗
(self, ax)
Source
from the content-addressed store, hash-verified
61
class
SaturationLine(object):
62
63
def
plot(self, ax):
64
w = [HAPropsSI(
'W'
,
'T'
, T,
'P'
, p,
'R'
, 1.0)
for
T in Tdb]
65
ax.plot(Tdb - 273.15, w, lw=2)
66
67
def
__str__(self):
68
return
indented_segment(
""
"
Callers
1
__init__
Method · 0.95
Calls
2
HAPropsSI
Function · 0.90
plot
Method · 0.45
Tested by
no test coverage detected