MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export a graphical plot to pdf file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128621] Re: Export a graphical plot to pdf file
  • From: RBaillie <bobbaillie at frii.com>
  • Date: Sat, 10 Nov 2012 02:08:32 -0500 (EST)
  • 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: <k7ct90$dqe$1@smc.vnet.net>

Unfortunately, exporting to pdf has not worked properly since version
5.2.  This export works fine in 5.2.

  gr = ContourPlot[x^2 + y^2, {x, -1, 1}, {y, -1, 1}];
  Export["file.pdf", gr]

Moreover, the file created with version 5.2 is far smaller than with
later versions.

Often, using the
  "AllowRasterization" -> False
option greatly improves exports to pdf with version 8, but it does not
work in this case.





  • Prev by Date: Re: Quirks of EventHandler
  • Next by Date: How to add a Locator (Tooltip) to RootLocusPlot?
  • Previous by thread: Re: Export a graphical plot to pdf file
  • Next by thread: Re: Export a graphical plot to pdf file