Search found 7 matches

by trymok
Thu Aug 27, 2020 7:54 am
Forum: Programming
Topic: Graph YTD
Replies: 1
Views: 5642

Graph YTD

Hi, I would like to graph a series to make the graph look like the following: [/img][/img] I have a series with monthly data, and I want the Y-axis to show the deficit, while the x-axis consists of months. It will then be easy to compare how the development have been between two years YTD. Has anyon...
by trymok
Fri Dec 20, 2019 6:38 am
Forum: Programming
Topic: zeroline problems
Replies: 0
Views: 7770

zeroline problems

Hi, I'm in the process of making various graphs. In some of them, I want to include a zeroline where it's appropriate. For the zeroline I'm using the following subroutine: subroutine zeroline(graph g) 'sets a zeroline in a graph object, see forum http://forums.eviews.com/viewtopic.php?f=3&t=1274...
by trymok
Wed Sep 18, 2019 3:12 am
Forum: Programming
Topic: Graphing swap rates.
Replies: 1
Views: 2985

Graphing swap rates.

Hi, again. I'm trying to graph swap rates like the graph below. I have ten different series (1 to 10 year swap rates) as my raw data. Until now I have made the variables that I need to make the graph below (what I mean by this is that I have made the series 1, 2, ...., 10 on the x axis). But the lin...
by trymok
Wed Sep 18, 2019 12:14 am
Forum: Programming
Topic: graphing different years in the same figure
Replies: 1
Views: 3086

graphing different years in the same figure

Hi, I would like to make the following graph in Eviews, but I haven't figured out how to stack the different graphs (which contains monthly data for each year) in the same figure. [img] omsetningstid_bolig.JPG [/img] Until now I have done something like this, but I don't know how to get further. 'ma...
by trymok
Wed Sep 18, 2019 12:00 am
Forum: Programming
Topic: smpl YTD
Replies: 2
Views: 3944

Re: smpl YTD

Sounds like you just want the @ytd function?

http://www.eviews.com/help/helpintro.ht ... tions.html
Yes, you are right! Thank you!
by trymok
Wed Sep 11, 2019 2:05 am
Forum: Programming
Topic: smpl YTD
Replies: 2
Views: 3944

smpl YTD

Hi, I have a series on monthly frequency. I would like to set the sample so that I get the monthly data from the start of the year (january) until the current month summarized (or year to date) in the current year and the past five years. For example, I want to know the number of houses sold from ja...
by trymok
Fri Jun 21, 2019 4:25 am
Forum: Programming
Topic: Deciding steps on the Y-axis
Replies: 1
Views: 3680

Deciding steps on the Y-axis

Hi,

I would like to modify the axis on my line graph. It goes from -1 to -3, with steps of 1 ( -1, 0, 1, 2, 3). I would like the axis in steps of 0.5, this is (-1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3). Is this possible to do?

Thanks in advance!

Go to advanced search