psychrochart icon indicating copy to clipboard operation
psychrochart copied to clipboard

A Python 3 library to make psychrometric charts and overlay information on them.

Results 21 psychrochart issues
Sort by recently updated
recently updated
newest added

Hi there, would it be possible to alter the plot style to print points on Molier style chart rather than Psychro chart? https://www.engineeringtoolbox.com/psychrometric-chart-mollier-d_27.html

Hi trying to build a jupyter notebook and getting things mostly working but not understanding plotting a series of points. python3 chart = PsychroChart("ashrae") t1 = numpy.array([65.24384, 65.24384]) h1 =...

More Defaults Needed

versions above 2.5 cause the following errors when trying to plot charts in SI in JupyterLab downgrading to 2.5 resolve issue: C:\ProgramData\Anaconda3\lib\site-packages\psychrochart\chartdata.py:356: RuntimeWarning: divide by zero encountered in GetRelHumFromTWetBulb GetSatVapPres(db_t)...

Is it possible to change the y-axis from humidity ratio to vapor pressure? I have tried converting, but it is not a 1:1 ratio or linear relationship between the variables...

How to export Psychrochart figure as png/svg

Hi, This is not an issue, but I was unable find the answer it the code. Is it possible the change the formatting, or even to remove the region around...

I'm super pumped to see that this has been ported over with IP usage. As a mechanical engineer without much debugging experience, I'm running this code and getting the following...

It appears the current zone_dbt_rh draws lines based on constant temperatures. Is there an easy way to show a PMV thermal comfort zone? [https://en.wikipedia.org/wiki/Thermal_comfort](https://en.wikipedia.org/wiki/Thermal_comfort) Or at least be able to...

Hello, I am using this for project that is not HVAC related. The operating points are hotter and higher humidity than any HVAC system. Upwards of 90C with RH of...