I was trying to save plots generated using gr() backend in pdf format and this messes up the negative values along y-axes. This doesn’t seem to happen when the figure is saved as png though. I am attaching the plot command I used below
I cannot replicate this issue on MacOS Plots v1.6.0.
My suggestion would be to take out plot elements and check whether the problem disappears at some point. In other words: do you have the same problem with the simplest
plot(1:20, -10:9)
or do you need to add one of the formatting instructions for the problem to appear?
Ah, I see. I will try to downgrade and see if that changes things. For now, I just decided to leave the font settings out. Thank you for your suggestions @hendri54, much appreciated .
Is there any update about plotting and saving to PDF with different font such as Palatino (Mac) and not having problems with the minus sign in front of numbers on axes?