CoolProp Plot in Julia using PyCall.

29 views
Skip to first unread message

Hermes Rozsa Iglesias

unread,
Apr 4, 2021, 5:37:34 AM4/4/21
to coolprop-users
I try to reproduce the examples of the following link
```
using PyCall
pyimport("sys").executable
@pyimport CoolProp.CoolProp as CP
@pyimport CoolProp.Plots as CPP 
#UNIT_SYSTEMS = {'EUR': <CoolProp.Plots.Common.EURunits object>, 'KSI': <CoolProp.Plots.Common.KSIunits object>, 'SI'
ts_plot = CPP.PropertyPlot("R290","TS",unit_system="SI")
ts_plot.show()

But the function trace is not shown.
How to solve this problem?
CoolProp plot in Julia.jpg
```
Reply all
Reply to author
Forward
0 new messages