Plots printed abnormally big

Hello,
since I rebuilt Plots (v.1.8.0) in order to solve another issue (“GKS: character ignored due to unicode error”) my plots are now by default printed in a huge format and even when a smaller size is specified, all the objects in the plot are still abnormally big. I also tried to rebuild the package a second time but it didn’t help.

using Plots
f(x) = exp(-x^2/2)
plot(f, -3, 3) 	

issue2

Thank you

I had the same problem and created an issue:
https://github.com/JuliaPlots/Plots.jl/issues/3133

1 Like

Had the same problem.

You might want to remove Plots.jl with

] rm Plots 

and then install the previous version v.1.7.3 with

] add Plots@1.7.3

waiting for the bug fixes.

1 Like

Thank you, It worked fine for me.

Thanks to @jheinen this bug has already been fixed.

OP I don’t see the problem, I quite like that plot.

:wink: