Re: Visible mesh edges in PDF output of 3D graphic
- To: mathgroup at smc.vnet.net
- Subject: [mg130172] Re: Visible mesh edges in PDF output of 3D graphic
- From: RBaillie <bobbaillie at frii.com>
- Date: Sun, 17 Mar 2013 03:08:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <khpcon$me2$1@smc.vnet.net>
Exporting 3d graphics to pdf hasn't worked well since version 5.2. That's why I keep a copy of version 5.2 around. Anyway, including the "AllowRasterization" -> False option greatly reduces the file size: plt = ... Export["C:\\junk\\plt.pdf", plt, "AllowRasterization" -> False]