-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
EXCEPTION_ACCESS_VIOLATION at 0x79e26d8 #55883
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
Comments
This seems to be a GR backend issue for Plots.jl using Plots
f(x, y) = x + y
x = range(0.93, 0.94, length=500)
p = contour(x, x, f; clabels=true)
display(p)
Crash log
|
Yes, when I switched to using the |
This issue has been fixed in GR.jl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I ran the following code to plot a contour, Julia stopped working and gave the following prompts. Does anyone know what’s going on?
Crash log
versioninfo()
The text was updated successfully, but these errors were encountered: