azogue / psychrochart

A Python 3 library to make psychrometric charts and overlay information on them.
MIT License
104 stars 27 forks source link

Change y-axis units #18

Open djvecellio opened 3 years ago

djvecellio commented 3 years ago

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 so it does not come out right. I'm assuming I would need to change something in the chart.py, chartdata.py, and json files, but am getting mixed up on how to go about that.