Search found 13 matches
- Wed Jun 01, 2016 5:46 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
Re: shaded graph-draw(shade,bottom) isnt visible for last da
Thanks, Jason. the second problem got fixed. However, there was a followup 3rd problem, which is that the recession shading starts from a period later than what it is supposed to. If you compare the two figures that I had attached yesterday, the starting point of the shaded area is different, althou...
- Tue May 31, 2016 4:37 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
Re: shaded graph-draw(shade,bottom) isnt visible for last da
In continuation: After posting my previous query, I also noticed that the shaded area doesn't begin from 2016 either, like the way it did the last time. Here is the full set of commands that I have used for your reference Since I had to convert annual data to monthly data, it starts with the command...
- Tue May 31, 2016 4:28 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
Re: shaded graph-draw(shade,bottom) isnt visible for last da
HI Jason, I am coming back to you with a similar, but not exactly the same problem and an additional problem Problem 1: I am using draw(shade, bottom) to separate history from forecast in a figure. As suggested by you the last time, I changed the data from annual to monthly to get the shaded area ti...
- Wed Jan 27, 2016 1:15 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
Re: shaded graph-draw(shade,bottom) isnt visible for last da
Thanks, Jason. The process seems to have got very complicated just to get the shading done for annual data. As of now, it did work, but just out of curiosity, are you guys planning to address this issue sometime later? Also, I have about 300+ variables in the original annual sheet. But I need only 1...
- Mon Jan 25, 2016 12:58 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
Re: shaded graph-draw(shade,bottom) isnt visible for last da
Hi Jason, I tried using your suggestion. I have about 12 variables to plot in a graph, which means I have to convert 12 annual variables into monthly variables to get the desired chart format. What I did was I combined those 12 variables into a group and copied them into another page with monthly fr...
- Fri Jan 15, 2016 9:51 am
- Forum: Programming
- Topic: shaded graph-draw(shade,bottom) isnt visible for last data
- Replies: 10
- Views: 10258
shaded graph-draw(shade,bottom) isnt visible for last data
Hi team, I am using draw(shade, bottom) to separate history from forecast in a figure. I am using the command figure_3.draw(shade,bottom, color(191,191,191)) 2014 2020 However, the grey shading is not showing all the way till the end of the data point. The last one quarter/year area is just white. I...
- Wed Sep 30, 2015 5:02 am
- Forum: Programming
- Topic: OLEPUSH
- Replies: 2
- Views: 2951
Re: OLEPUSH
Hi Gareth,
I guessed so.. And for some reason graphname.olepush is not able to update the charts in the ppt either. However, every time I open the ppt, it prompts for an update, so I need not program that step! :)
Thank you so much!
RM
I guessed so.. And for some reason graphname.olepush is not able to update the charts in the ppt either. However, every time I open the ppt, it prompts for an update, so I need not program that step! :)
Thank you so much!
RM
- Tue Sep 29, 2015 10:59 am
- Forum: Programming
- Topic: OLEPUSH
- Replies: 2
- Views: 2951
OLEPUSH
Hi Gareth, I have linked my E views graphs to a powerpoint (through linking using paste special and linked objects) and these charts in the ppt need to be updated every week. I want to write a program that can update the graphs in the power point once the graph in the Eviews is updated. For example,...
- Tue Sep 29, 2015 10:45 am
- Forum: Programming
- Topic: How to open a pre-existing sheet in a workfile
- Replies: 3
- Views: 3683
Re: How to open a pre-existing sheet in a workfile
Thanks, works perfect! :)
- Tue Nov 11, 2014 11:06 pm
- Forum: Programming
- Topic: Failing to Export data from workfile to excel with dates
- Replies: 4
- Views: 4280
Re: Failing to Export data from workfile to excel with dates
Oh my! That was it. :D Thank you!
- Mon Nov 10, 2014 11:04 pm
- Forum: Programming
- Topic: Failing to Export data from workfile to excel with dates
- Replies: 4
- Views: 4280
Re: Failing to Export data from workfile to excel with dates
Hi Gareth,
Thanks for your reply and your help. I am attaching the program, the workfile and the excel (final output). The dates (2014q1 and so on) are not getting displayed.
-RM
Thanks for your reply and your help. I am attaching the program, the workfile and the excel (final output). The dates (2014q1 and so on) are not getting displayed.
-RM
- Mon Nov 10, 2014 5:43 am
- Forum: Programming
- Topic: Failing to Export data from workfile to excel with dates
- Replies: 4
- Views: 4280
Failing to Export data from workfile to excel with dates
Hi Team, I am trying to export a time series data (GDP) from a workfile to an excel. I am using the command wfsave so that I can get the data replaced in an existing excel named "output" in a specific worksheet and specific rows/column. Although, the numbers are getting printed but the cor...
- Mon Nov 10, 2014 5:25 am
- Forum: Programming
- Topic: How to open a pre-existing sheet in a workfile
- Replies: 3
- Views: 3683
How to open a pre-existing sheet in a workfile
Hi Team, I have a existing workfile "abc" with two sheets, one with monthly data named "monthly" and the other with quarterly data named "quarterly". I am writing a program where I want to open the "monthly" sheet of the workfile. What should be the command fo...
