Message Boards Message Boards

0
|
2746 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Empty plot - Is it a simple fix?

Posted 9 years ago

Hi everyone, When I ask Mathematica to Plot or Animate I see the axis but no line? Is this a simple fix?

POSTED BY: Graham McCarthy
2 Replies

Any details?

POSTED BY: Kuba Podkalicki
Posted 9 years ago

When that happens I find a very useful trick is to temporarily replace Plot with Table, like this:

Plot[x^2,{x,1,3}]

turns into

Table[x^2,{x,1,3}]

and then look at the contents of that table.

At least for me that always points out what I need to know.

POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract