How could I export the following as a single image and set its dimensions ?
Column[{Row[{Graphics@Disk[], Graphics@Rectangle[]}], Row[{Graphics@Rectangle[], Graphics@Disk[]}]}]
I'd do this, probably
Export[ "~/Desktop/out.png", GraphicsGrid[ { {Graphics@Disk[], Graphics@Rectangle[]}, {Graphics@Rectangle[], Graphics@Disk[]} }, ImageSize -> 800 ] ]
Have you looked into Export?
Export
?Export
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
143 times
active