group.mixed: allow for place holders and other shortcuts

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

Moderators: EViews Gareth, EViews Moderator

mamo
Posts: 189
Joined: Wed Nov 07, 2012 9:11 am

group.mixed: allow for place holders and other shortcuts

Postby mamo » Fri Sep 25, 2020 1:17 am

Dear Eviews team,

this suggestion for future updates of EVEIWS is to allow for placeholders and shortcuts in the generation of mixed graphs via the group.mixed command, such as:

Represent all series in the group as stacked bars except the fourth series which should be represented as a line

Code: Select all

mygroup.mixed stackedbar(*) line(4)


Represent series 1,2, and 3 in the group as stacked bars, and the fourth series as a line

Code: Select all

mygroup.mixed stackedbar(1-3) line(4)


Represent series 1,2,3, and 5 in the group as stacked bars, and the fourth series as a line

Code: Select all

mygroup.mixed stackedbar(1-3,5) line(4)


Represent all series except series x in the group as stacked bars, and represent the series x as a line

Code: Select all

mygroup.mixed stackedbar(*) line(x)

Return to “Suggestions and Requests”

Who is online

Users browsing this forum: No registered users and 10 guests