Unexpectedly, Plots stopped working. I use gr() and get this message:
could not load library “libGR.so”
dlopen(libGR.so.dylib, 1): image not found
using
ENV[“GRDIR”]=“”
Pkg.build(“GR”)
has not helped.
When I try with pyplot() I get:
No working GUI backend found for matplotlib
oheil
2
Perhaps you find the solution here:
This thread recently popped by someone who found his solution there. So it seems, that you are currently not alone with this issue.
1 Like