33

Bug introduced in 10.0 and persisting through 11.2 or later


I have two problems with printing in version 10.

First, I can't print correctly with a setting of printing scale

For example, I have some plots in a notebook,

Grid@Table[
  Plot[Sin[x], {x, 0, 2 π}, ImageSize -> Medium], {4}, {4}]

enter image description here

when I print with scale 70%,

enter image description here

I get something like

enter image description here

I always get a big blank at the top of the page, no matter what I set the margins in the printing options dialog.

Second, the curve seems to be stretched after print.

Here is compare between screen shot of the figure in the notebook and after print

enter image description here enter image description here

You can see that the curve in the printed version stretches out beyond the frame.

Are there ways around these problems? Currently I have to switch to older version once I need to print something.

The example notebook is here

I'm using 10.0 for Mac OS X x86 (64-bit) (June 29, 2014) on OS X 10.9.4.

xslittlegrass
  • 27,549
  • 9
  • 97
  • 186

1 Answers1

4

Whenever I print I highlight the bracket on the far right and

right click ->save selection as->PDF (don't forget to delete the "Out[1]=" first)

Then just throw it in your document editor of choice. The Mac default is "Preview." enter image description here

Brian G
  • 321
  • 1
  • 6