Vincent
unread,Feb 28, 2012, 12:45:36 AM2/28/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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?