Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong y limits #1

Open
rafaelpap opened this issue Jan 3, 2022 · 0 comments
Open

Wrong y limits #1

rafaelpap opened this issue Jan 3, 2022 · 0 comments

Comments

@rafaelpap
Copy link

rafaelpap commented Jan 3, 2022

Dear Sir,
if the first component has a pure vapor pressure greater than the vapor pressure of the second component the y limits are computed incorrectly.

I suggest to change

125c125
<                           ylim = (0,pressure_vapor[-1]*1.2),
---
>                           ylim = (0,max(pressure_vapor)*1.2),

Thanks for the attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant