| Author |
Comment/Response |
Istvan Zachar
|
10/31/06 11:06am
Hi,
I've got this problem with Display:
Plot[x, {x, 0, 5}, DisplayFunction -> (Display[{"stdout", "test.gif"}, #1, "GIF"]&)];
where the given format "GIF" seems to collide with the standard output. The target is to both display the plot in the notebook, and to save it into a file.
If I don't feed the 3rd argument ("GIF"), the plot does appear in the notebook, and a file is being generated, although it is an empty gif file.
Any help would be appreciated,
Istvan
URL: , |
|