CoolProp Plot in Julia

I managed to install in julia 1.5.4 CoolProp.jl

Julia>using CoolProp
[ Info: Precompiling CoolProp [e084ae63-2819-5025-826e-f8e611a84251]

Julia>PropsSI("n-Butane", "rhomolar_critical")
08:46:54->>3922.769612987809

Julia>saturation_ancillary("R410A","I",1,"T", 300)
08:48:38->>0.004877519938463291

Julia>PropsSI("T","P",101325.0,"Q",0.0,"Water")
08:55:35->>373.1242958476844

Julia>PropsSI("T","P",101325.0,"Q",0.0,"Water")
08:56:51->>373.1242958476844

Julia>PropsSI("D", "T", 298.15, "P", 100e5, "CO2")
08:59:15->>817.6273812375758

Using PyCall will I be able to get the graphics? I have searched the Internet for an example developed in Julia. But without results !!!