Re: Export PDF plot or Save Selection As -- big troubles with
- To: mathgroup at smc.vnet.net
- Subject: [mg90107] Re: Export PDF plot or Save Selection As -- big troubles with
- From: ragfield <ragfield at gmail.com>
- Date: Sun, 29 Jun 2008 05:35:16 -0400 (EDT)
- References: <g3t6th$ilb$1@smc.vnet.net> <g3vl08$kjh$1@smc.vnet.net>
On Jun 27, 5:22 am, AES <sieg... at stanford.edu> wrote: > "Adobe Illustrator has used Adobe PDF (Portable Document Format) as its > native file format for several versions . . . " Illustrator also used PostScript as its native file format for several versions, yet it still has problems rendering certain PostScript. > As stated in my original post, I don't know if the problem with opening > certain Mathematica-exported figures in Illustrator is a WRI bug in > writing the PDF file or an Adobe bug in reading it . . . but if I had to > bet on this, my money would be on a WRI bug. It's possible it is a WRI bug, but that's going to be hard to determine without a specific example. I tried the following: g1 = Plot[Sin[x], {x, 0, 1}, PlotStyle -> Directive[Red, Thickness[.03]]] g2 = ListPlot[Table[{x, Sin[x]}, {x, 0, 1, .1}], PlotStyle -> Directive[Blue, PointSize[.05]]] g3 = Show[g1, g2] When I exported the graphic to a PDF and opened it in Preview it appeared identical to the graphic in Mathematica. -Rob