MathGroup Archive 2011

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

Search the Archive

Re: Plotting problem !

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117841] Re: Plotting problem !
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Fri, 1 Apr 2011 02:35:01 -0500 (EST)
  • References: <in1fne$4br$1@smc.vnet.net>

babaz wrote:

> Hello,
>
> When I put Plot[4/x (Sin[(\[Pi]/8)/2])^2, {x, 0, 1000}]
> Mathematica finds a negative function for some values.
>
> How is it possible ?!
>
> Thanks
>

There are no negative values. Use the Option AxesOrigin->{0,0} in your
Plot and you'll get what you wanted.

-- 
_________________________________________________________________
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de


  • Prev by Date: Easy way to read clipboard?
  • Next by Date: Re: NDSolve and Plot
  • Previous by thread: Re: Easy way to read clipboard?
  • Next by thread: Re: Fit Gaussian function to histogram