With a plot window open and a plot rendered in it, printing (cmd-P) clips the 
graph (the bottom and right hand side thirds of the graph are clipped/masked 
white)

This clipped image displays in the print preview and the printed image is 
clipped.

Seems to affect all plots the same. The clipped region seems to be a constant 
proportion of the window. (i.e., resizing the plot resizes the clipped region 
proportionally).

Makes printing useless. Doesn't seem to affect saving.

this simple line of code reproduces the bug

plot(mpg~wt, data=mtcars)


My R version is  3.5.2 (2018-12-20)
Platform: x86_64-apple-darwin15.6.0
MacOS: 10.14.5


PS: Saving the image leaves this message in the console... (and has done since 
mac adopted the cloud folders_

objc[40467]: Class FIFinderSyncExtensionHost is implemented in both 
/System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 
(0x7fffa67d93c8) and 
/System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
 (0x116f84f50). One of the two will be used. Which one is undefined.

The University of Edinburgh is a charitable body, registered in Scotland, with 
registration number SC005336.

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to