I fixed it by running:
using Pkg
Pkg.activate(".")
Pkg.add("Plots")
This gave new errors, which were resolved by updating a version of openssl
Which itself gave new errors, requiring a reinstallation of the package.
Afterwhich everything, including the plots, were working smoothly.
Not sure what caused the problem.