MathGroup Archive 2012

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

Search the Archive

Blank plot returned from simple expression

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125196] Blank plot returned from simple expression
  • From: Vincent <sheeplane at gmail.com>
  • Date: Tue, 28 Feb 2012 00:45:11 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

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: [solved] Re: FindMinimum v. NMinimize and an external program
  • Next by Date: Re: Packages - trivial question
  • Previous by thread: [solved] Re: FindMinimum v. NMinimize and an external program
  • Next by thread: Re: Blank plot returned from simple expression