I produced a plot which has many features on it and want to export it as an image, say png. However when I use Export["test.png", Out[530], ImageSize -> Scaled[0.8]]
the resolution is low, when I use Export["test.png", Out[530], ImageResolution-> 600]
the plot scales incorrectly the objects on it, and using two function together ignores ImageSize command.
Any way to export a plot in high resolution and scaled correctly like I do in the notebook?
Attachments: