Group Abstract Group Abstract

Message Boards Message Boards

Mathematica writes an almost void graph to file

Posted 9 years ago
Attachments:
POSTED BY: Frank Richter
6 Replies
Posted 9 years ago

Not possible as I Need previously generated Output for my Analysis.

I am giving up, will run this command manually once my Notebook has run to the end.

Anyway, thanks a lot for your effort.

Frank

POSTED BY: Frank Richter

Try setting:

 $HistoryLength = 1

such that the memory does not grow excessively during evaluation...

Again, without explicit code, it is very hard to guess!

POSTED BY: Sander Huisman
Posted 9 years ago

It is png. Rasterize does not help. Same as before. I failed to state that I can save to disk when I re-run the snippet of code manually. The failure occurs during execution of "Evaluate Notebook" from the drop-down-menu.

POSTED BY: Frank Richter

You save it as a bitmap file, or? Does this work:

Rasterize[yourplot,"Image",RasterSize -> 800]
POSTED BY: Sander Huisman
Posted 9 years ago

The graph is known in memory, I can query it.

POSTED BY: Frank Richter

Without explicit code, there is not much to comment. It looks to me like your plot is empty or so. I see 2 empty lists...

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