Re: Blank plot returned from simple expression
- To: mathgroup at smc.vnet.net
- Subject: [mg125215] Re: Blank plot returned from simple expression
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Wed, 29 Feb 2012 07:24:55 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201202280545.AAA09170@smc.vnet.net>
I don't get a blank plot. The expected plot of the continuous function is returned OK.
-Tomas
> Date: Tue, 28 Feb 2012 00:45:11 -0500
> From: sheeplane at gmail.com
> Subject: Blank plot returned from simple expression
> To: mathgroup at smc.vnet.net
>
> 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?
>
- References:
- Blank plot returned from simple expression
- From: Vincent <sheeplane@gmail.com>
- Blank plot returned from simple expression