The code below is supposed to generate a high resolution plot, but it does not!
g = Plot[Sin[x], {x, -1, 1}];
Export["c:/sin.jpg", g, ImageResolution -> 600]

I have the same problem with exporting other graphic objects. What should I do?
The code below is supposed to generate a high resolution plot, but it does not!
g = Plot[Sin[x], {x, -1, 1}];
Export["c:/sin.jpg", g, ImageResolution -> 600]

I have the same problem with exporting other graphic objects. What should I do?