MathGroup Archive 2012

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

Search the Archive

Export a graphical plot to pdf file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128584] Export a graphical plot to pdf file
  • From: Szymon Roziewski <szymon.roziewski at gmail.com>
  • Date: Wed, 7 Nov 2012 00:57:55 -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

Hi there,

I have a ContourPlot result which I need to put into pdf file.
The problem is that the filled area is in a mess, I mean there are lots of
thin white stripes on it.

For example, please try out this bunch of code

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


Best regards,
Szymon Roziewski




  • Prev by Date: Re: FDTD method to solve Maxwell equations
  • Next by Date: Re: Export a graphical plot to pdf file
  • Previous by thread: Long double (10-bytes) binary read?
  • Next by thread: Re: Export a graphical plot to pdf file