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

profilefaresff
plots.jl

Pkg.add("Plots") using Plots plotly() # Choose the Plotly.jl backend for web interactivity plot(rand(5,5),linewidth=2,title="My Plot")