I have a strange simple problem but very important for my reports
when I try to generate an image using Super Computer server
I got it with a cut at the axis (vertical and horizontal ) like this photo
this is the code used
myimage = plot((dayss,[numberofhealthyy numberofinfectedd numberofrecoveredd numberofsickk]),
color = [:blue :green :gold :red],
label = ["Healthy" "Infected" "Recovered" "Sick"],
xlabel="Days",
ylabel="Population" )
savefig(myimage, "0.1prob.png")