Search found 19 matches

by Dag Kolsrud
Thu May 07, 2026 1:59 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

Opacity options have been tried before and did not help, see communications in June 2024 with EViews Steve.
by Dag Kolsrud
Mon May 04, 2026 12:36 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

My email on April 27had 2 attachments; a workfile and a program. The program produces 3 figures, which are collected in a spool, on a quarterly page called 'grpahs'. In Statistics Norway we experience 2 problems: 1) Graph lines in the figure code with the "dash" attribute do not always app...
by Dag Kolsrud
Tue Apr 28, 2026 7:04 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

"ps graphs" selects a quarterly page in the workfile "data_xchange_housing_oil" which contains the figures and the spool. When issuing a line command from that page the result gets stored there, but the graphs of series on other pages with higher frequencies, e.g. the page "...
by Dag Kolsrud
Mon Apr 27, 2026 6:23 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

I have attached a small workfile with sereis of different frequencies on different pages and a program that creates three figures and collects them in a spool. The results show that when a forecast seires is graphed from a page with lower frequency, it does not get dashed. In the first figure produc...
by Dag Kolsrud
Fri Apr 17, 2026 6:14 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

In Statistics Norway we try to use Eviews as much as possible for building, maintaining and using a large macro model, and also for producing tables and figures/graphs. Unfortunately, after EViews12, we experience problems with graphing and have to use EViews12 to get dashed lines that look good whe...
by Dag Kolsrud
Fri Apr 17, 2026 5:53 am
Forum: Data Manipulation
Topic: Graph Issue: Dashed Line Saving as Solid Line
Replies: 2
Views: 36532

Re: Graph Issue: Dashed Line Saving as Solid Line

In Statistics Norway, we experience similar problems with dashed lines in both EViews 13 and 14, while we have no problems with dashed lines in EViews 12 (which we continue using fro graphing purposes only). In Eviews 14, I have tried to replace dashed lines with solid lines of the same color, but a...
by Dag Kolsrud
Tue Jun 18, 2024 1:09 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

Please find a workfile and a program that graphs series in the workfile. The program can be run by EViews12 and 13, but it is necessary to comment/uncomment lines to (de)activate the OPACITY command which only EViews 13 accepts.
by Dag Kolsrud
Wed Jun 05, 2024 2:41 am
Forum: Data Manipulation
Topic: Formatting axes in graphs
Replies: 0
Views: 96971

Formatting axes in graphs

Why do I get different looking left and right axes on the attached graph when using these commands: %rightaxisrange="6000, 24000" %leftaxisrange="30000, 120000" and {%gr}.axis(l) units(k) format(dec=0) range({%leftaxisrange}) font(Open Sans,13,-b,-i,-u,-s) {%gr}.axis(r) units(k) ...
by Dag Kolsrud
Wed Jun 05, 2024 12:21 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

Unfortunately, the command lineopacity(off) does not change anything. Do you have any other potential explanation or do I have to continue doing the graphing in Eviews 12?
by Dag Kolsrud
Fri May 31, 2024 3:24 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

One spool did not make it into the previous reply
by Dag Kolsrud
Fri May 31, 2024 2:47 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Re: Saving graphs as pdf

I have enclosed two screen shots of two spools generated by the same EViews program written by me. The only difference is that the program generating the spools was run on two different versions of EViews: EViews 12 and EViews13. Each spool was saved on disk by the manual EViews menu operations Obje...
by Dag Kolsrud
Thu Aug 31, 2023 2:02 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 21
Views: 105512

Saving graphs as pdf

When making graphs, they look the same in EViews 12 and 13. But I have to use EViews 12 when I save (print to disk) the graphs as pdf to get the same look in pdf as in EViews. If I use EViews 13 and save the graphs, the lines get a different and ugly look as pdf. Is that due to EViews or Windows?
by Dag Kolsrud
Thu Feb 02, 2023 5:09 am
Forum: Data Manipulation
Topic: Data from SAS
Replies: 1
Views: 14286

Data from SAS

Is there a way to import data from a SAS database on a server? It is possible to do that for FAME data, e.g. %data = "/ssb/stamme02/nasjregn/arbkraft_mr2021/famedb/aordning_volum.db" wfcreate(wf=kai, page=m) m 2017m1 @now dbopen(type=fame, s=2959@sl-fame-1) {%data} Is there a similar way f...
by Dag Kolsrud
Sat Sep 05, 2020 2:33 am
Forum: Data Manipulation
Topic: Format zeroline
Replies: 7
Views: 15673

Re: Format zeroline

In a program two series of weekly and quarterly frequency is generated on different pages in the same workfile: pageselect w smpl 2007 @now genr spgrowth = 100*((index_sp500-@elem(index_sp500, "2007"))/@elem(index_sp500, "2007")) pageselect q smpl 2007 @now graph g.line w\spgrowt...
by Dag Kolsrud
Wed Feb 06, 2019 6:51 am
Forum: Data Manipulation
Topic: Export data to R
Replies: 2
Views: 4745

Export data to R

I want to use the prophet package in R from EViews. Exporting data I have problems getting rid of dates. My EViews code is smpl 2000 2018 xopen(type=r) xput(rtype=data.frame, name=df) @strdate("mm/dd/yyyy") a55 xon 'Turn on external R programming mode names(df)<-c("ds","y&qu...

Go to advanced search