MathGroup Archive 2007

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

Search the Archive

Re: A question about RegionFunction in ver. 6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77828] Re: A question about RegionFunction in ver. 6.0
  • From: ulises <ulises at wolfram.com>
  • Date: Mon, 18 Jun 2007 06:48:39 -0400 (EDT)
  • References: <f5042n$prd$1@smc.vnet.net>

This works in V6.0:

p1 = Plot3D[
  Evaluate[Im[(z^2 - z^3)^(-1/3) /. z -> x + I y]], {x, -3,
   3}, {y, -3, 3}, AspectRatio -> 1,
  PlotRange -> {{-3, 3}, {-3, 3}, {-3, 3}}, BoxRatios -> {1, 1, 1},
  PlotPoints -> 23]

In a fresh kernel, try to re-evaluate so the Exclusions code gets
loaded. You do not need that many PlotPoints.

-Ulises Cervantes
Wolfram Research,




  • Prev by Date: Review Unsaved on Mac system
  • Next by Date: Re: Trying to export two column table to text file
  • Previous by thread: A question about RegionFunction in ver. 6.0
  • Next by thread: Re: Re: A question about RegionFunction in ver. 6.0