azogue / psychrochart

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

What option to remove large connexion between points #29

Closed zeroocl closed 1 year ago

zeroocl commented 1 year ago

Hello, I would like to have only thin connexions between points in the diagram, without the pink zone around the line segments. I didn't find the option to remove them. Is it possible ? Thanks

tomam28 commented 1 year ago

Hello, there is an option. You can change it in your python installation/venv: python/Lib/site-packages/psychrochart/chart.py (line 376 to 382). You can change the linewidth (lw) in line 381 to a smaller value. But I dont know how to access it from the front-end.

zeroocl commented 1 year ago

Thank you !

azogue commented 1 year ago

More details here: https://github.com/azogue/psychrochart/issues/14#issuecomment-1576681360