azogue / psychrochart

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

Create additional axes such as those shown in CIBSE charts #4

Closed adamrees89 closed 5 years ago

adamrees89 commented 6 years ago

Is there a way to create additional axes for Enthalpy as shown in the attached CIBSE chart? CIBSE PsychrometricChart Atmospheric.pdf

azogue commented 5 years ago

sorry for the late answer, @adamrees89

Could be done playing with matplotlib, but with a lot of work to do manually. You can add any Axes object to the figure, and configure it like you want (with rotation, etc), but I do not recommend, sounds like a lot. That is a chart to be used with rule & pencil, printed on paper. The moisture content axis is not even orthogonal to the dry-bulb temp axis, for start.