Search found 54 matches

by EViews Pamela
Wed Oct 26, 2011 10:05 am
Forum: Programming
Topic: UPDATE: Quick Fonts for multiple bar graph object (EV7)
Replies: 4
Views: 4672

Re: UPDATE: Quick Fonts for multiple bar graph object (EV7)

I have tested the command in both cases you mentioned, and it appears to work correctly.

Do you have the most current EViews update?
by EViews Pamela
Fri Oct 21, 2011 11:29 am
Forum: Programming
Topic: Quick Fonts for multiple bar graph object (EV7)
Replies: 2
Views: 3861

Re: Quick Fonts for multiple bar graph object (EV7)

EViews doesn't provide a command for Quick Fonts, but does have commands for setting each of the objects.

You can update existing text objects (as well as the text default) with the textdefault command, and the 'existing' option.

graph1.textdefault font("Arial", b) existing
by EViews Pamela
Fri Apr 01, 2011 2:10 pm
Forum: General Information and Tips and Tricks
Topic: Graph template issue
Replies: 14
Views: 21381

Re: Graph template issue

You may now use the "axis" and "legend" options with both the template command and during graph creation:

graph1.template(axis, legend) templatename

x.line(t=templatename, axis, legend)

The changes will be in this afternoon's update.

Pamela
by EViews Pamela
Fri Mar 18, 2011 6:07 pm
Forum: General Information and Tips and Tricks
Topic: Graph template issue
Replies: 14
Views: 21381

Re: Graph template issue

Thanks for your suggestions. We have implemented both template options, and they should be included in the next EViews update. With the template command, you may now use the 'A' option to include the template's axis settings, and the 'L' option to include the legend text. (These can be used together...
by EViews Pamela
Thu Mar 17, 2011 4:26 pm
Forum: Data Manipulation
Topic: Copy graph
Replies: 6
Views: 12153

Re: Copy graph

The popup showing x & y coordinates is an internal feature of EViews. When you export the graph to another application (Word), the interpretation of the data is no longer under EViews' control.

Consider the exported graph simply an image. Active popups are not available outside of EViews.
by EViews Pamela
Thu Mar 17, 2011 2:52 pm
Forum: Data Manipulation
Topic: Copy graph
Replies: 6
Views: 12153

Re: Copy graph

If you are using a current version of EViews, it should use the same labeling method when you copy the graph.

However, if you are referring to something other than axis labeling or the problem persists with the current version of EViews, please include an example.
by EViews Pamela
Fri Mar 11, 2011 6:00 pm
Forum: General Information and Tips and Tricks
Topic: Graph template issue
Replies: 14
Views: 21381

Re: Graph template issue

The reason behind the change for version 7 was to allow the application of one template to graphs with varying axis and scale setting. For instance, applying specific axis settings would prevent you from applying a template to both single-axis and dual-axis graphs. However, we believe the ability to...
by EViews Pamela
Thu Mar 10, 2011 12:31 pm
Forum: General Information and Tips and Tricks
Topic: Graph template issue
Replies: 14
Views: 21381

Re: Graph template issue

The change is probably due to the version of EViews you're using, not a global setting. Were you running an older version of EViews on the other machine?

EViews 7 templates do not apply axis assignment or scale endpoint settings.
by EViews Pamela
Mon Feb 28, 2011 3:17 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10867

Re: Bar(s)/mixed with line

No, unfortunately, that isn't possible. I can see that it would be useful; hopefully it will be included in EViews in the future.
by EViews Pamela
Mon Feb 28, 2011 2:55 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10867

Re: Bar(s)/mixed with line

The first series will always be of the type you choose (spike, bar, or area), and the rest of the series will be lines.
by EViews Pamela
Mon Feb 28, 2011 2:33 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10867

Re: Bar(s)/mixed with line

EViews will either stack or draw a mixed graph, but not both at the same time.
by EViews Pamela
Tue Feb 01, 2011 4:51 pm
Forum: Programming
Topic: setobslabel(series) order of events
Replies: 2
Views: 3231

Re: setobslabel(series) order of events

You are correct that it is an ordering issue. The setupdate command changes the fundamental behavior of a graph. I would suggest calling it before setting other attributres such as color, labels, etc.
by EViews Pamela
Mon Jan 24, 2011 12:33 pm
Forum: Suggestions and Requests
Topic: Improve EPS output
Replies: 1
Views: 3539

Re: Improve EPS output

Thank you for your thorough example. MS Word is known to have limitations in reading eps files, particularly in dealing with fonts. Perhaps Corel Draw modifies the eps file on export to account for some of these limitations. We suggest exporting in another file format if you intend to use MS Word. I...
by EViews Pamela
Wed Jan 19, 2011 5:30 pm
Forum: Programming
Topic: Question on "setobslabel"
Replies: 2
Views: 2952

Re: Question on "setobslabel"

The setobslabel command sets the label text, and then you should use the axis command to set axis options:

graph01.axis angle(45)
by EViews Pamela
Tue Jan 11, 2011 3:50 pm
Forum: Programming
Topic: draw a diagonal line on a graph
Replies: 8
Views: 9177

Re: draw a diagonal line on a graph

Yes. You will be able to draw straight lines and arrows in EViews 8. :)

Go to advanced search