Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Version 9 export to PDF creates ridiculously large file

42 views
Skip to first unread message

bobba...@frii.com

unread,
May 2, 2014, 2:17:54 AM5/2/14
to
In Mathematica version 8, the code below creates a file that is 38 KB.

But in version 9, the code creates a file that is 872 KB.

f[x_] := Sum[Sin[n x]/n, {n, 1, 100}] ;
f1Plot = Plot[f[x], {x, -Pi, Pi}, PlotRange -> 2]
Export["C:\\JUNK\\f1Plot.pdf", f1Plot]

Is there a way in version 9 to create a pdf file of reasonable size?

Walter H.

unread,
May 4, 2014, 2:27:33 AM5/4/14
to
On 02.05.2014 08:17, bobba...@frii.com wrote:
> In Mathematica version 8, the code below creates a file that is 38 KB.

the same with version 7
0 new messages