Search found 109 matches
- Fri Feb 27, 2026 12:05 pm
- Forum: Programming
- Topic: Anti-Aliasing As Default
- Replies: 0
- Views: 5890
Anti-Aliasing As Default
Hi, Since switching to EViews 14, I have noticed that anti-aliasing is always set to auto (or on) every time I make a chart using our tmeplates (and also without our template). We've used templates for a long time, so this is new to EViews 14. It is set to off in my graphics defaults, and our templa...
- Thu Dec 19, 2024 8:18 am
- Forum: Programming
- Topic: python xput & xrun working differently in EViews 14?
- Replies: 7
- Views: 43456
Re: python xput & xrun working differently in EViews 14?
Thanks. Any idea when the patch will be released?
- Sun Dec 15, 2024 9:43 am
- Forum: Programming
- Topic: pyeviews
- Replies: 2
- Views: 32692
Re: pyeviews
This works.
Thank you
Thank you
- Fri Dec 13, 2024 11:36 am
- Forum: Programming
- Topic: pyeviews
- Replies: 2
- Views: 32692
pyeviews
Hello, I fixed my original problem, so I've adjusted my question accordingly. I am trying to fetch series from an EViews database into python using pyeviews. It seems like I need to include the full path to the database. Is there a way that pyeviews can use my database registry, so as to avoid that?
- Wed Dec 04, 2024 9:13 am
- Forum: Programming
- Topic: python xput & xrun working differently in EViews 14?
- Replies: 7
- Views: 43456
Re: python xput & xrun working differently in EViews 14?
Thanks, but there is still an issue (my script still works in older versions but not 14). Right now, i am calling back to python objects: xget(type=series) datalist xget(type=alpha) dateslist printing the objects in python works: xrun "print(datalist[0:10])" However, I cannot use them in E...
- Thu Nov 28, 2024 1:25 pm
- Forum: Programming
- Topic: python xput & xrun working differently in EViews 14?
- Replies: 7
- Views: 43456
Re: python xput & xrun working differently in EViews 14?
Ok thanks. Will wait for the fix
- Thu Nov 28, 2024 8:20 am
- Forum: Programming
- Topic: python xput & xrun working differently in EViews 14?
- Replies: 7
- Views: 43456
python xput & xrun working differently in EViews 14?
Hello, I have been using an addin for the past several years. It passes an EViews string to python as a list, which then gets processed and data is returned back to EViews. I am noticing that it does not work in EViews14. my code is simple: xput(name=series, ptype=list) input xrun "data = fetch...
- Wed Oct 09, 2024 8:21 am
- Forum: Programming
- Topic: @month but for weekly?
- Replies: 4
- Views: 21242
Re: @month but for weekly?
Never used @mediansby before.
Thank you. Very helpful!
Thank you. Very helpful!
- Tue Oct 08, 2024 4:33 pm
- Forum: Programming
- Topic: @month but for weekly?
- Replies: 4
- Views: 21242
Re: @month but for weekly?
I am in a weekly workfile.
- Tue Oct 08, 2024 2:10 pm
- Forum: Programming
- Topic: @month but for weekly?
- Replies: 4
- Views: 21242
@month but for weekly?
Hi, I am trying to create a weekly series (with 52 observations) where each week's obs is the median of the same week during the past 20 years. I can do it in monthly as below: for !i=1 to 12 series s1{!i}=@recode(@month={!i},s1,na) 'create 12 parallel series dropping all values but a specific month...
- Thu Oct 05, 2023 12:05 pm
- Forum: Programming
- Topic: Shading
- Replies: 2
- Views: 12600
Re: Shading
Thanks, Gareth. I realized what the issue is. In case somebody else runs into this, my string included dates that were outside of the sampe of the graph. For exmaple, it included 1956, but my graph only started in 1975. Not sure why this works in earlier versions of EViews but at least i got it to w...
- Thu Oct 05, 2023 7:39 am
- Forum: Programming
- Topic: Shading
- Replies: 2
- Views: 12600
Shading
Hi, I guess i have not used this shading code in a while, maybe since EViews 10 or 11, but i cannot seem to shade anymore in EViews 12 & 13. I have a string with dates, named c1nber. And I am looping through the dates in the string to shade like so: for %shadedate %shadedate2 {c1nber} c1.draw(sh...
- Tue Jun 20, 2023 9:34 am
- Forum: Programming
- Topic: exec prg with space in the path
- Replies: 1
- Views: 10638
exec prg with space in the path
Hi,
I am trying to run programs using the exec function. However, it appears that EViews will not run it if there is a space in the path. Is there any way to get around this?
I am trying to run programs using the exec function. However, it appears that EViews will not run it if there is a space in the path. Is there any way to get around this?
- Fri Feb 24, 2023 10:15 am
- Forum: Programming
- Topic: Jupyter
- Replies: 8
- Views: 10773
Re: Jupyter
Thank you for the detailed response. I followed the more surgical response and succeeded without having to copy "EViews32.ini"
- Thu Feb 23, 2023 4:49 pm
- Forum: Programming
- Topic: Jupyter
- Replies: 8
- Views: 10773
Re: Jupyter
Thanks. How do i run the EDXADD command in Jupyter? I ran it in as a regular commmand in the notebook in the browser and received "ok" as an answer. However, nothing has changed. And also i am not sure how/where to specify the full path to the AIPZ file (i also do not know which AIPZ file ...
