MathGroup Archive 2007

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

Search the Archive

Exclusions in V6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78275] Exclusions in V6
  • From: "David Park" <djmpark at comcast.net>
  • Date: Wed, 27 Jun 2007 05:31:46 -0400 (EDT)

The new Exclusions option in V6 is quite nice.

The following works:

Plot[Tan[x], {x, -3 \[Pi], 3 \[Pi]}, Exclusions -> Cos[x] == 0]

However, in view of the Exclusions Help page:

"Exclusions -> Automatic excludes all subregions where discontinuities are 
found in functions being plotted. The discontinuities can involve either 
finite or infinite jumps in function values."

I don't understand why the following fails.

Plot[Tan[x], {x, -3 \[Pi], 3 \[Pi]}, Exclusions -> Automatic]


-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/




  • Prev by Date: Another Question on Style Sheets
  • Next by Date: NonlinearRegress and errors on parameter fit
  • Previous by thread: Another Question on Style Sheets
  • Next by thread: Re: Exclusions in V6