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

Graph behaving weirdly when approaching infinity #25

Open
TheNeverMan opened this issue Sep 29, 2023 · 6 comments
Open

Graph behaving weirdly when approaching infinity #25

TheNeverMan opened this issue Sep 29, 2023 · 6 comments

Comments

@TheNeverMan
Copy link

When function approaches infinity from two sides (e. g. f(x)=1/x) there is a straight line from -Infinity to +Infinity between limits of the function.

@AdelKS
Copy link
Owner

AdelKS commented Sep 30, 2023

Hello, thanks for the feedback! Yeah I am aware of this problem, I did implement something to not connect infinities like this but it's not bullet proof. Have you tried increasing the curve quality in the settings?

@TheNeverMan
Copy link
Author

I have tried using newest version on Win. Tried changing curve quality all options from maximum to minimum, also toggling curve smoothing. Nothing worked.

@TheNeverMan
Copy link
Author

On Linux version 3.0.2 changing curve quality/smoothness does nothing aswell.

@AdelKS
Copy link
Owner

AdelKS commented Jun 13, 2024

I believe have found the mistake I did in the code, are you able to compile to check if the change I am about to do fixed it ? I can make an AppImage otherwise.

@AdelKS
Copy link
Owner

AdelKS commented Jun 14, 2024

Actually never mind, I am going on a different plotting algorithm on my latest code, I cannot back port it without significant useless work.

@AdelKS
Copy link
Owner

AdelKS commented Jun 14, 2024

image

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

2 participants