MCPcopy 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

61class 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

HAPropsSIFunction · 0.90
plotMethod · 0.45

Tested by

no test coverage detected