Fix the attached programs. Make them to work - to generate the appropriate image(s).

profilefaresff
pyplot11.jl

Pkg.add("PyPlot") using PyPlot x = range(0,stop=2*pi,length=1000); y = sin.(3*x + 4*cos.(2*x)) plot(x, y, color="red", linewidth=2.0, linestyle="--")