Search found 54 matches

by EViews Pamela
Thu Jan 28, 2010 12:33 pm
Forum: Programming
Topic: Categorical graphs
Replies: 6
Views: 5605

Re: Categorical graphs

The setelem command should be used with a graph. So it is true that group01.setelem will not work; you will need to freeze the graph first and use graph01.setelem. graph01.setelem(1) legend("legendtext") should change the legend text. Also, let me emphasize that if you do not specify an ac...
by EViews Pamela
Wed Jan 27, 2010 6:44 pm
Forum: Programming
Topic: Categorical graphs
Replies: 6
Views: 5605

Re: Categorical graphs

To change the legend text, use the "legend" option with the "setelem" command. For instance, to modify the second series: graph01.setelem(2) legend("new_text") You may use the "axis" command to set the data endpoints for all graphs simultaneously: graph01.axis...
by EViews Pamela
Wed Jan 27, 2010 3:06 pm
Forum: Programming
Topic: Categorical graphs
Replies: 6
Views: 5605

Re: Categorical graphs

You can define a categorical graph using the "within" and "across" keywords. For instance,

g1.bar within(s1)

Note that if you do not define an across or within series in the dialog, it will produce a standard graph even though you have selected Categorical graph in the dropdown.
by EViews Pamela
Thu Oct 22, 2009 2:20 pm
Forum: Programming
Topic: Graph option - NA Handling, connect adjacent observations
Replies: 2
Views: 3603

Re: Graph option - NA Handling, connect adjacent observations

There are a few options that are not applied from a template, including the NA Handling option. In general, most options on the Type page are not applied. The command to reapply the option is: graph_name.options connect The NA Handling option, along with many others on the Type page, are available o...
by EViews Pamela
Tue Aug 18, 2009 10:34 am
Forum: Data Manipulation
Topic: how to change axis scale?
Replies: 10
Views: 15274

Re: how to change axis scale?

While EViews provides extensive control over the time scale, it does not currently allow for much customization of the data scale. My best suggestion would be to play with the endpoint options mentioned above (Auto, Min/Max, User specified) to see if you can achieve what you're after.
by EViews Pamela
Fri Jun 26, 2009 11:52 am
Forum: Data Manipulation
Topic: how to change axis scale?
Replies: 10
Views: 15274

Re: how to change axis scale?

If you are referring to the data scale, EViews allows you to set the endpoints using the options you listed (Auto, Min/Max, User), but not to specify the interval.

Pamela
by EViews Pamela
Wed Mar 11, 2009 11:11 am
Forum: Data Manipulation
Topic: Addtext proc.
Replies: 3
Views: 5184

Re: Addtext proc.

Gareth is correct - we don't support rotated text with user positioning. You can get around this when adding text interactively by adding it as left rotated, and then dragging it into place. Good idea though, this capability should be added.
by EViews Pamela
Wed Nov 26, 2008 12:45 pm
Forum: Data Manipulation
Topic: Stacked bar chart
Replies: 2
Views: 5367

Re: Stacked bar chart

There is not a direct EViews command for this. Your current method is probably the easiest.
by EViews Pamela
Tue Oct 21, 2008 11:31 am
Forum: Bug Reports
Topic: Default graphics options
Replies: 2
Views: 5945

Re: Default graphics options

Line/Symbol selection should be picked up by new graphs. This is a bug that we're looking into.

Go to advanced search