-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Error when putting "using Plots" #1613
Comments
What does |
Thanks for the quick response! It says:
|
Master is julia 0.7 only. 0.17.4 is the last version to support julia 0.6. You have to do |
I did
One more thing I want to ask is how to remove the errors after
|
Are these warnings still appearing if you restart julia and run |
You are right! No error arose after julia restarted. Thanks a lot, daschw!
|
No, problem, I'm glad it works now! |
Hi, “We tried to lunch Julia from: Please advise me to fix it… |
I have a problem. I would like to plot, and I think that a simple way is to use a package "Plots". I have installed Plots by putting 'Pkg.add("Plots")'. Then, "using Plots; plot(x,y)" is supposed to work, I think. But a lot of errors came out. It would be great if you tell me what is going on.
The text was updated successfully, but these errors were encountered: