You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haskell Charts
I tried to run this, which seems to consume lots of memory before
giving up:
plotPNG "/tmp/test-image.png" [1,2] [-123456789123456789.0,
-123456789123456789.0]
This, on the other hand, is fine:
plotPNG "/tmp/test-image.png" [1,2] [-123456789123456789.0, 0]
Tim Docker
unread,
Dec 24, 2010, 12:02:48 PM12/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell...@googlegroups.com
On 15/12/10 04:21, yiding wrote: > I tried to run this, which seems to consume lots of memory before > giving up: > plotPNG "/tmp/test-image.png" [1,2] [-123456789123456789.0, > -123456789123456789.0]
Sorry for the delay in response. This is occurring when all of the values to be plotted on a linear axis are equal, and are of a large magnitude (> 1e16 approx). I've pushed a small patch to correct the problem.