Mixed graph - more stand alone code

For making suggestions and/or requests for new features you'd like added to EViews.

Moderators: EViews Gareth, EViews Moderator

johansamuelsson
Posts: 160
Joined: Thu Mar 03, 2011 10:07 pm
Contact:

Mixed graph - more stand alone code

Postby johansamuelsson » Tue Nov 24, 2015 2:32 am

Hi

The mixed graph is graph view for the group-object, which is sometimes makes it a little more complex (not so intutive) code compared to eg the command "line" and "bar"

For example if I would like to plot lines and bars i could write

Code: Select all

WfCreate(page=q1) q 2010 2015
Series a1 = Nrnd
Series a2 = Nrnd
PageCreate(page=q2) q 2010 2015
Series b1 = Nrnd
Series b2 = Nrnd
PageSelect q1

' lines
Graph g1.line a1 a2 q2\b1 q2\b2

' bars
Graph g2.bar a1 a2 q2\b1 q2\b2


There would be nice to be able to write a mixed graph, more stand alone, like this

Code: Select all

Graph g3.mixed line(a1,a2) bar(q2\b1,q2\b2)


instead of

Code: Select all

Group group1 a1 a2 q2\b1 q2\b2
Freeze(g3) group1.mixed line(1,2) bar(3,4)
Delete group1


And then also be able to use functions with these command would makes this even better (see viewtopic.php?f=8&t=13483)

Regards Johan

Return to “Suggestions and Requests”

Who is online

Users browsing this forum: No registered users and 17 guests