-
Notifications
You must be signed in to change notification settings - Fork 48
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
Strange surface plot #152
Comments
@FloopCZ We will look into it and update here as soon as we find something. Unfortunately, I can't give an ETA on this, but I will try to look into it as soon as possible. |
Thank you @9prady9. :-) |
@FloopCZ This seems to be an issue inside ArrayFire while auto-calculating the axes limits. I have raised an issue in the downstream(ArrayFire) project and you can follow its progress over there. As far as the window crash upon resize, I am unable to replicate this on my end. The window seems to be resizing just fine for me. As a work around for the render, you can use the following code to explicitly set the chart axes yourselves so that you are not effected by the auto-calculation.
|
@9prady9 Thank you for the workaround, I have just tried it. Unfortunately, the image still has similar problems. This is what I see: |
Looks like transformation is off, I will look into it in forge. |
@9prady9 Am able to reproduce window resize issue on Ubuntu 16.04. Appears to be an issue with glbinding.
|
Updates related to fix for auto-calculation of surface limits will be provided on arrayfire/arrayfire#2006 as it is related to arrayfire code base. Surface transformation issue will be bug handled in this issue. |
Hi, on my machine, the surface plot seems to have multiple issues. If I run the following code:
I see the following image (without the red lines):
The image has a few problems:
System version:
Also when I resize the window, the program crashes with:
Thank you for your help and for a nice high-performance visualization tool!
The text was updated successfully, but these errors were encountered: