Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.1K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Performance of evaluation ListPlot call in Wolfram

Posted 11 years ago
POSTED BY: Muralidhar Dixit
3 Replies

Hi,

no idea. This is why it would be useful to have the original code. I have run it using the construct that you suggest, i.e. ListPlot[Table[]], and it is very fast, too. If, of course, time consuming calculations are run to generate the time series, and if they are coded into ListPlot, that could give the impression, that ListPlot was slow.

Anyway, the mere plotting using ListPlot is quite fast in the Cloud.

Cheers,

Marco

POSTED BY: Marco Thiel
Posted 11 years ago

Is it possible that the arrays are being generated in real time so that the ListPlot[Table[....]] process is getting hung up on the Table generation?

POSTED BY: Luther Nayhm

Hi,

could you please post your code. I have just plotted 4 lists of 85K points in the Cloud using ListPlot and it runs in about 2.43 seconds.

enter image description here

In fact if I run the same functions on my iMac it takes longer - about 3.2 seconds:

enter image description here

This actually is a bit annoying for me now, but shows that the Cloud actually runs quite efficiently. You might by the way also want to have a look at Stephen Wolfram's latest Blog post. In summary, I cannot reproduce your problem.

Cheers,

Marco

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