Page 1 of 1

3D graphs

Posted: Sun Sep 14, 2014 2:31 pm
by NicolasR
Good afternoon,

Is there a way to make three-dimensional graphs in Eviews?

Thanks!

Re: 3D graphs

Posted: Sun Sep 14, 2014 3:02 pm
by EViews Gareth
No.

Re: 3D graphs

Posted: Thu Apr 23, 2015 2:36 pm
by CharlieEVIEWS
I agree that 3d plots would be immensely useful. As a (cheating) work around, however, I guess you can do:

xopen(type=m,case=lower)
xput A X Y Z
xrun surf(A)
xrun scatter3(X,Y,Z)

Re: 3D graphs

Posted: Thu Apr 23, 2015 3:03 pm
by EViews Gareth
(If you have Matlab)

Re: 3D graphs

Posted: Mon Feb 27, 2017 3:14 pm
by salahaddin
CharlieEVIEWS wrote:I agree that 3d plots would be immensely useful. As a (cheating) work around, however, I guess you can do:

xopen(type=m,case=lower)
xput A X Y Z
xrun surf(A)
xrun scatter3(X,Y,Z)


Dear Charlie,

The code works, My problem is I want to use xget function and get the 3d frozen image into eviews. this is not possible right?

Also, I have a problem while using matlab from eviews: when I need to write quotes eviews accepts it as a comment. for example, I can not run the following command from eviews : set(h,'name','huh','numbertitle','off')

Is there any rich source where I can find how to use mathlab through eviews?

thanks.

Re: 3D graphs

Posted: Thu Jul 23, 2020 8:08 am
by BT454
Bringing this thread back to life (at least momentarily).
With the new iterations and version of Eviews, is there now anyway to make a 3D charts (without MATLAB)?
Thanks!
Bob

Re: 3D graphs

Posted: Thu Jul 23, 2020 8:11 am
by EViews Gareth
No.

Re: 3D graphs

Posted: Thu Jul 23, 2020 8:12 am
by EViews Gareth
Well, technically I guess you could use Python or R. I'm sure they both allow creation of 3d charts.