In [1]:
using Plots
# Pkg.add("Plots") # if you get an error
In [2]:
plot(randn(10),randn(10))
[Plots.jl] Initializing backend: pyplot
WARNING: No working GUI backend found for matplotlib.
Out[2]:
In [3]:
savefig("Lecture-5-plot-1.pdf")
In [ ]: