You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been using Plots for several years. Always an adventure when I need to upgrade Julia and reinstall all my packages.
Now, when I run something simple like: using Plots; plot(1:5)
The right plot window appears with a suitable plot.
In the repl this grunge appears. I have never seen this before. One must press enter to clear it and then the Julia prompt appears. I would like this behavior to go away.
Been using Plots for several years. Always an adventure when I need to upgrade Julia and reinstall all my packages.
Now, when I run something simple like:
using Plots; plot(1:5)
The right plot window appears with a suitable plot.
In the repl this grunge appears. I have never seen this before. One must press enter to clear it and then the Julia prompt appears. I would like this behavior to go away.
Is some dependency missing or improperly installed?
The text was updated successfully, but these errors were encountered: