Search found 9 matches
- Fri Oct 07, 2016 2:43 pm
- Forum: Data Manipulation
- Topic: Group Data Transformation - Code Command
- Replies: 2
- Views: 3515
Re: Group Data Transformation - Code Command
Changing the display would suffice to create a frozen graph with the appropriate transformations?
- Fri Oct 07, 2016 12:01 pm
- Forum: Data Manipulation
- Topic: Group Data Transformation - Code Command
- Replies: 2
- Views: 3515
Group Data Transformation - Code Command
When using point-and-click we can transform all variables in a group (or a series) using the drop-down menu that says Default, %Year Change, etc...
Is there a way to do this directly via code command? Is there such a method for groups?
Thanks!
Is there a way to do this directly via code command? Is there such a method for groups?
Thanks!
- Wed Aug 31, 2016 3:59 pm
- Forum: Programming
- Topic: Return .prg Filename
- Replies: 5
- Views: 3631
Return .prg Filename
Is there an analogous code of @filepath to return a .prg filename?
Thanks!
Thanks!
- Wed Aug 31, 2016 1:04 pm
- Forum: Programming
- Topic: Automatically setting the sample of a linked graph
- Replies: 2
- Views: 2409
Re: Automatically setting the sample of a linked graph
Alright; is there any wish list which I could ask for this feature?
- Wed Aug 24, 2016 4:20 pm
- Forum: Programming
- Topic: Eviews Default Programs Directory
- Replies: 1
- Views: 2073
Eviews Default Programs Directory
Is there a way to define a default program directory so that every script written has access to code in that filepath?
This would, for example, avoid having to write in every program file written.
Thanks.
This would, for example, avoid having to write
Code: Select all
includeThanks.
- Thu Aug 18, 2016 11:08 am
- Forum: Programming
- Topic: Run Add-Ins with Code
- Replies: 1
- Views: 2076
Run Add-Ins with Code
Is there way to run eviews add-ins features through code? I have seen it does not appear on the capture window, but is there a way to call add-ins just as we would call a subroutine? I am looking specifically at the DMtest add in, which requires 2 equations and a sample as inputs.
Thanks.
Thanks.
- Wed Aug 17, 2016 3:23 pm
- Forum: Programming
- Topic: Automatically setting the sample of a linked graph
- Replies: 2
- Views: 2409
Automatically setting the sample of a linked graph
How can I automatically set the sample of a linked graph, without changing the sample for the whole workfile (otherwise it would mess up with other graphs in the page).
Thanks.
Thanks.
- Wed Aug 17, 2016 5:06 am
- Forum: Programming
- Topic: Deleting Text Added to Graph using Coordinates
- Replies: 2
- Views: 2346
Re: Deleting Text Added to Graph using Coordinates
Alright, thanks!
Is there a wishlist that I can add this feature to?
Is there a wishlist that I can add this feature to?
- Tue Aug 16, 2016 4:24 pm
- Forum: Programming
- Topic: Deleting Text Added to Graph using Coordinates
- Replies: 2
- Views: 2346
Deleting Text Added to Graph using Coordinates
How can I delete text added to a specific position in an Eviews graph? (as in the example below): _graph.addtext(7.5,.2) "Added text that must be deleted." I've seen in the documentation that if I were to use any of the t,l,r,b options then text is automatically overriden, but it does not ...
