Search found 9 matches
- Fri Apr 04, 2014 12:41 pm
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
when I use this I just get for each series @word("France Germany Italy Spain ""Euro Area"" UK", 1) @word("France Germany Italy Spain ""Euro Area"" UK", 2) @word("France Germany Italy Spain ""Euro Area"" UK", 3)...
- Fri Apr 04, 2014 11:09 am
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
Hmm... the loop above doesn't seem to work for me.
- Fri Apr 04, 2014 8:05 am
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
I don't see what I want to do in here...can you direct me to page(s)
I can't get setobslabel command to work or label y axis.
I can't get setobslabel command to work or label y axis.
- Fri Apr 04, 2014 7:00 am
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
where is this pdf or can you send a copy?
- Thu Apr 03, 2014 5:50 pm
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
With regards to above.
mygraph.setelem(2) axis(r)
mygraph.axis(right) invert
What if I wanted the right inverted axis to start at a certain value?
mygraph.setelem(2) axis(r)
mygraph.axis(right) invert
What if I wanted the right inverted axis to start at a certain value?
- Thu Apr 03, 2014 3:32 pm
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
Sorry I meant to ask how you would loop the renaming of a series in a graph. So I have VA_graph.line. How would I loop it so that I can rename all the series in the graph? VA_graph.name(1) France VA_graph.name(2) Germany VA_graph.name(3) Italy VA_graph.name(4) Spain VA_graph.name(5) Euro Area VA_gra...
- Thu Apr 03, 2014 4:52 am
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
Re: More graph programming questions
Thanks so much Jason! How would I program it to give the graph a name say "Value-Added Investment" ? Finally if I have number of countries for the series how would I do this as a loop Other then show VA_France.Line show VA_Germany.LIne show VA_Spain.Line show VA_Greece.Line and then the fr...
- Wed Apr 02, 2014 4:05 am
- Forum: Programming
- Topic: More graph programming questions
- Replies: 15
- Views: 9936
More graph programming questions
How do I program so that the series in a line graph are renamed? For instance, if I have F_VA, G_VA and I want these to show up in ledgend as "France Value Added" and "Germany Value Added" How would I program a graph with 2 axes, where one of the axes is inverted? say for instanc...
- Tue Apr 01, 2014 8:58 pm
- Forum: Programming
- Topic: Calling up Templates in EViews
- Replies: 1
- Views: 2069
Calling up Templates in EViews
How do I call up a template for a line graph that I have saved in EViews?
Assuming I have variable "L" and template "ZAR" that I have saved and created.
graph L_graph(t=ZAR).line L
would that be correct?
Assuming I have variable "L" and template "ZAR" that I have saved and created.
graph L_graph(t=ZAR).line L
would that be correct?
