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,
- Follow-Ups:
- Re: Re: A question about RegionFunction in ver. 6.0
- From: "Lev Bishop" <lev.bishop+mathgroup@gmail.com>
- Re: Re: A question about RegionFunction in ver. 6.0