Need help with very basic plotting

Hi @Jcort you could also look at using a simple Pluto notebook . Start a REPL by using the julia command

using Pkg
Pkg.add(“Pluto”)
using Pluto
Pluto.run()

Your browser will open.
Click on Sample Notebooks
Choose Plots.jl
You can play around by changing the contents of a cell - for instance changing the number of apples for a year. Or changing the axis names for a plot.
Press shift-return to run a cell