Re: Blank plot returned from simple expression
- To: mathgroup at smc.vnet.net
- Subject: [mg125223] Re: Blank plot returned from simple expression
- From: roby <roby.nowak at gmail.com>
- Date: Wed, 29 Feb 2012 07:27:44 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jihpm0$8v2$1@smc.vnet.net>
Works flawless on 7.0.0 as well as on 8.0.1 under Windows XP
cheers Robert
On 28 Feb., 06:45, Vincent <sheepl... 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?