Skip to main content
9 events
when toggle format what by license comment
Jan 2, 2021 at 16:01 comment added murray With Grid, you may change the spacing by inserting Spacer[nn] between the graphics, as in: Grid[{{logplot, Spacer[20], quadraticplot}}].
Jan 2, 2021 at 15:45 history edited J. M.'s missing motivation
edited tags
Jan 2, 2021 at 10:44 answer added Alexei Boulbitch timeline score: 1
Jan 2, 2021 at 10:29 answer added m_goldberg timeline score: 1
Jan 2, 2021 at 9:06 comment added Daniel Huber You can specify the resolution in Export: Try e.g.: Export["d:/tmp/test.png", plot, ImageResolution -> 100]
Jan 2, 2021 at 8:42 comment added P Pyne Thank you for the suggestion. However I donot understand how to select and copy them? Another point is that when I export in to png and then import again to copy it, then the resolution becomes poor! Has there any alternatives except increasing resolution by using "imageresolution" which increases the file size abnormally.
Jan 2, 2021 at 7:37 history edited creidhne CC BY-SA 4.0
fix typos, improve grammar
Jan 2, 2021 at 7:25 comment added dwa Try plot = GraphicsRow[{logplot, quadraticplot}]. Options control spacing & size, Export to png & import or select & copy as you like.
Jan 2, 2021 at 6:58 history asked P Pyne CC BY-SA 4.0