MathGroup Archive 2012

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

Search the Archive

Re: Blank plot returned from simple expression

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125222] Re: Blank plot returned from simple expression
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Wed, 29 Feb 2012 07:27:23 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201202280545.AAA09170@smc.vnet.net>

Works fine on a Mac with Mathematica v8.0.4.0

Try starting with a fresh kernel or re-entering Plot command in case
there is hidden character embedded in the original.


Bob Hanlon

On Tue, Feb 28, 2012 at 12:45 AM, Vincent <sheeplane at gmail.com> wrote:
> I'm using Mathematica 8.0.0, and I'm having trouble understanding why
> Plot[Im[(-1)^x], {x, 0, 2}]
> returns a blank plot while
> ListPlot[Table[Im[(-1)^x], {x, 0, 2, 0.1}]]
> returns the expected plot.
>
> Anyone who can enlighten me about what's going on?



  • Prev by Date: Re: Blank plot returned from simple expression
  • Next by Date: Re: Blank plot returned from simple expression
  • Previous by thread: Blank plot returned from simple expression
  • Next by thread: Re: Blank plot returned from simple expression