Re: Blank plot returned from simple expression
- To: mathgroup at smc.vnet.net
- Subject: [mg125207] Re: Blank plot returned from simple expression
- From: David Reiss <dbreiss at gmail.com>
- Date: Wed, 29 Feb 2012 07:22:08 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jihpm0$8v2$1@smc.vnet.net>
The plot works fine for me. Did you accidentally put a semicolon after the plot command? On Feb 28, 12:45 am, 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?