|
From: Daniel J S. <dan...@ie...> - 2007-03-26 21:25:15
|
Petr Mikulik wrote:
> That's exactly how I do it in Octave, e.g.
>
> tmpfile=tmpnam;
> savegpbin(x, y, z, tmpfile);
> gpbin2png(out_file, tmpfile);
> graw( sprintf("!rm -f %s\n", tmpfile) );
>
> But note that you cannot do "replot".
Good point, but I don't think it will matter much in Octave's new setup as data
is redone each time a plot is redrawn. Not sure.
Dan
|