Search found 10 matches
- Mon Nov 28, 2016 11:16 am
- Forum: Bug Reports
- Topic: Graph proc "setelem" - "linepattern" not working
- Replies: 2
- Views: 5208
Re: Graph proc "setelem" - "linepattern" not working
Ah, I see. That worked - thanks!
- Wed Nov 23, 2016 1:31 pm
- Forum: Bug Reports
- Topic: Graph proc "setelem" - "linepattern" not working
- Replies: 2
- Views: 5208
Graph proc "setelem" - "linepattern" not working
I'm using EViews 9.5, the November 14, 2016 build. When formatting graphs with the "setelem" proc, the "linepattern" and "lpat" arguments do not seem to do anything. Other arguments (eg, "lwidth" and "lcolor") do work.
- Mon Oct 03, 2011 10:32 am
- Forum: Models
- Topic: Control procedure
- Replies: 1
- Views: 5750
Control procedure
In my model, actuals for different variables end at different dates. To handle the uneven end dates for actuals, I have used the "actexist=t" option with the exclude procedure, and I have set my forecast period to start at the earliest date where endogenous actuals do not exist. Using my f...
- Thu Jun 23, 2011 2:02 pm
- Forum: Programming
- Topic: Data members for sample objects
- Replies: 1
- Views: 2658
Data members for sample objects
Is there a way to return a string containing the date range of a sample object? There doesn't appear to be a data member that does this.
- Tue Jun 21, 2011 11:56 am
- Forum: Bug Reports
- Topic: stacked bar interpretation
- Replies: 11
- Views: 11128
Re: stacked bar interpretation
Oh wait, I realize what I did wrong. I just entered exactly what you typed without thinking. "Graphname.options +stackposneg" works just fine. Thanks!
- Tue Jun 21, 2011 11:47 am
- Forum: Bug Reports
- Topic: stacked bar interpretation
- Replies: 11
- Views: 11128
Re: stacked bar interpretation
I gave it a try, but I get an "Invalid graph option" error. What could I be doing wrong?
(Also, I'm using EViews 7.)
(Also, I'm using EViews 7.)
- Tue Jun 21, 2011 10:08 am
- Forum: Bug Reports
- Topic: stacked bar interpretation
- Replies: 11
- Views: 11128
Re: stacked bar interpretation
Is there a corresponding command option for stacking positive and negative values separately?
- Wed Jun 08, 2011 12:30 pm
- Forum: Programming
- Topic: Copy Command Options
- Replies: 5
- Views: 7118
Re: Copy Command Options
Your code works, but why doesn't this code work?:
Code: Select all
wfcreate(page=page1) m 1990 2010
series y=db::lr
series z
copy(m,smpl="1993 1995") y z
show z- Wed Jun 08, 2011 11:26 am
- Forum: Programming
- Topic: Copy Command Options
- Replies: 5
- Views: 7118
Re: Copy Command Options
With regard to the "smpl" option, I tried the following code: series series1 fetch(c=nu,d=db1) series2 copy(m,smpl="1971Q1 1990Q4") wf::series2 wf::series1 Even when copying within the same workfile page, the "smpl" option doesn't seem to work. Everything in series2 get...
- Tue Jun 07, 2011 9:00 am
- Forum: Programming
- Topic: Copy Command Options
- Replies: 5
- Views: 7118
Copy Command Options
I have two questions regarding the 'copy' command: (1) When I copy series between pages, the 'link' option doesn't appear to work: copy(link) annual\series1 quarterly\series1 (2) I am having trouble getting the 'smpl' option to work. The copy command seems to automatically merge any available data w...
