/ Published in: Other
Expand |
Embed | Plain Text
% saves the plot to a png file gset terminal png; gset output "filename.png"; replot; % or plot % then: closeplot
You need to login to post a comment.
% saves the plot to a png file gset terminal png; gset output "filename.png"; replot; % or plot % then: closeplot
You need to login to post a comment.