Page 1 of 1

graph.save ignores type

Posted: Thu Oct 17, 2024 2:13 am
by paues
The following code ought to result in a png file "fig.png" but frustratingly results in an emf file "fig.emf":

wfcreate a 2000 @now
series tmp = @rnorm
graph fig.line tmp
fig.save(t="png") c:\temp\fig.png

I'm running Eviews 14, standard edition, Oct 2 2024 build.

Re: graph.save ignores type

Posted: Thu Oct 17, 2024 8:14 am
by EViews Gareth

Code: Select all

fig.save(t=png) c:\temp\fig.png