-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Improve graph rendering performance #1042
Conversation
Thank you for the PR. I tested the AppImage a little bit, and so far it does indeed fix the performance issue. No visual issues found. |
good solution for lines! |
I am not sure if it is related to this optimisation, but I have a line being drawn to infinity if I zoom in on the chart. It isn't there on the previous CI build. |
@wawuwo , Yes were considering a similar solution with points number decimation. The freezes are gone, but some problem still exist.
@zergud The circles, arrows, and stars count usually should be equal to point number. The typical usecase is a Fourier simulation (arrows) and matching of the few points of experimental data (stars). |
ea0d2ff
to
b0f4e49
Compare
The problems with dashed curve and Set limits are fixed. I will merge this once the CI finishes. |
Merged. |
Hi!
A quick and dirty attempt to deal with bad rendering performance of graphs.
It's not the best, but it should do the thing. I can see the actual difference when opening the sample circuit from #984 on my machine.