azogue / psychrochart

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

Documentation #49

Closed gangemi closed 10 months ago

gangemi commented 11 months ago

Does any documentation exist for inputs and flags? For example, I've had to hunt through the code to figure out what "xy" means. I was feeding it (dry bulb, wet bulb), but data was coming out strange. Commenting here, so others know: this apparently is (dry bulb, relative humidity).

points = {'OAT': {'label': 'OAT', 'style': {'color': [0.855, 0.004, 0.278, 0.8], 'marker': 'o', 'markersize': 1}, 'xy': (dft.Fdb, dft.OSArh)}}

gangemi commented 11 months ago

Oops. For this one it's right in the function name: chart.plotpointsdbt_rh(points)

azogue commented 10 months ago

Closing this one 👍