I'm trying to copy Mathematica figures into word, but when I do, I get tons of extra white-space for some reason. Either standard ctrl-c - ctrl-p or "copy graphic" does this.
I understand that I could export the figure as a graphic, open the png file, and copy it from there into my word document, but I feel like there must be a better way to do this. It's possible this is not a Mathematica issue, but I've only noticed this type of thing when copying pictures from Mathematica. Can anyone help?
This problem occurs for me given even the most basic plot (e.g. Plot[x,{x,-1,1}]). I'm using Mathematica 10.2 Student Edition and the Word 2016 Preview. The Word 2016 preview might seem suspect, but I'm pretty sure I was having the exact same problem before with word 2013.
Partial Solution: I have no idea what the problem is with my system, but using Copy as Bitmap fixed this issue for me.
It still happens with Copy as Metafile.

Plot. You might add some code that creates a simplifiedPlotthat can reproduce the behavior you observed. – Karsten7 Sep 27 '15 at 08:04Raster.yup = Graphics[ Raster[ImageData[yu, DataReversed -> True], {{Sqrt[Pi/2] - 0.07, -0.12}, {Sqrt[Pi/2] + 0.07, -0.05}}], Frame -> False]Using Edit/Copy as/Bitmap does give a proper copy. – Scott Barnett Mar 02 '19 at 18:44