I created an RMarkdown file to create 4 charts and save them on my desktop. I'm using ggsave and have forced the DPI to 280 so that the output images look good.
The issue I'm having is that when the script is run on my colleague's computer, the charts in the output look all over the place. Here is an example of the output
I even tried several DPIs to see if we needed a specific DPI for that computer, but the output didn't change. It looks the same.
What can be causing that? Something in the settings?