MathGroup Archive 2008

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

Search the Archive

Corrupt graphics output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90667] Corrupt graphics output
  • From: Paul M <paul at somewhere.com>
  • Date: Fri, 18 Jul 2008 04:03:01 -0400 (EDT)

Hello,

I was playing around with Mathematica the other day and was attempting
to graph the modulus of the complex-valued gamma function.  When I use
a PlotPoints value of 120 the graph looks fine.  However, the 
following command yields a corrupt graph (PlotPoints value of 150).

Plot3D[Abs[Gamma[x + I y]], {x, -5, 5}, {y, -5, 5}, 
 PlotPoints -> {150, 150}, PlotRange -> {0, 10}, 
 BoxRatios -> {1, 1, 0.8}, AxesLabel -> {x, I y, Abs[Gamma[z]]}]

Anyone know the reason for this and possible solutions?

Thank you,
Paul


  • Prev by Date: On default numerical precision
  • Next by Date: changing the NumberForm of Automatic Plot Ticks
  • Previous by thread: Re: On default numerical precision
  • Next by thread: Re: Corrupt graphics output