graph.save ignores type
Posted: Thu Oct 17, 2024 2:13 am
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.
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.