MathGroup Archive 2004

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

Search the Archive

Re: Plot bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47309] Re: Plot bug?
  • From: bobhanlon at aol.com (Bob Hanlon)
  • Date: Mon, 5 Apr 2004 05:22:46 -0400 (EDT)
  • References: <c4jamn$do7$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try using an explicit PlotRange

Plot[ArcCos[Cos[x]] - x, {x, 0, 1},
    PlotRange -> {-10^-3, 10^-3},
    Frame -> True, Axes -> False];


Bob Hanlon

In article <c4jamn$do7$1 at smc.vnet.net>, Enrique Zeleny
<ezeleny at fismat1.fcfm.buap.mx> wrote:

<< My Mathematica 5.0 FrontEnd on Mandrake Linux hangs with

Plot[ArcCos[Cos[x]] - x, {x, 0, 1}]

I suspect the problem is that the argument is near $MachineEpsilon


  • Prev by Date: Re: Music to Mathematica
  • Next by Date: creating my own matrix template
  • Previous by thread: Plot bug?
  • Next by thread: RE: Plot bug?