MathGroup Archive 2008

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

Search the Archive

exclusions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86338] exclusions
  • From: "Jaccard Florian" <Florian.Jaccard at he-arc.ch>
  • Date: Sat, 8 Mar 2008 05:46:10 -0500 (EST)

Hello!

Does somebody understand why this works fine :

Plot[Tan[x], {x, 0, Pi},
   Exclusions -> Pi/2,
   ExclusionsStyle -> Red]

(I obtain a red asymptote)

And this doesn't work like I logically expect?

Plot[x/Log[x], {x, 0, 10},
   PlotRange -> {-5, 10},
   Exclusions -> 1,
   ExclusionsStyle -> Red]

(I obtain no asymptote at all)

$Version

"6.0 for Microsoft Windows (32-bit) (June 19, 2007)"

Thank's for all feedback.

Florian Jaccard



  • Follow-Ups:
  • Prev by Date: Assignment problem: thanks for the many solutions!
  • Next by Date: NDSolve Question
  • Previous by thread: Assignment problem: thanks for the many solutions!
  • Next by thread: Re: exclusions