Search found 12 matches

by khazeit
Mon Feb 28, 2011 3:02 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10912

Re: Bar(s)/mixed with line

Right, but I want to reverse that...instead of the rest being lines, I would like them to be bars or spikes and only one line. Is this possible?
by khazeit
Mon Feb 28, 2011 2:45 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10912

Re: Bar(s)/mixed with line

Thanks Pamela. That's a shame though, as this is easy to do in excel.

What if I am not stacking, and instead choose to show a spike chart. Can I specify which variable to be my line in that line of multiple variables?
by khazeit
Mon Feb 28, 2011 2:03 pm
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10912

Re: Bar(s)/mixed with line

as a follow up, I can't seem to figure out how to specify eviews to pick out the last variable to make as a line chart (b/c it is the sum of first three):

graph p2.bar(s) var1g var2g var3g varsF
p2.bar(l,a)

any help would be appreciated
by khazeit
Mon Feb 28, 2011 8:12 am
Forum: General Information and Tips and Tricks
Topic: Bar(s)/mixed with line
Replies: 8
Views: 10912

Bar(s)/mixed with line

Hello,

Does anyone know how to mix a stacked bar for multiple variables, with one variable with a mixed line?

ex. graph c1.bar(s) var1 var2 linevar
where var1 and var2 are stacked bar charts
by khazeit
Mon Feb 14, 2011 6:14 am
Forum: Programming
Topic: bar/line stacking
Replies: 0
Views: 1748

bar/line stacking

Couple questions, How can I program eviews to combine a stacked chart and a line chart? For instance: graph.bar(s) x1 x2 x3 y x1 x2 x3 when summed together = y, but would like to show them as a stacked bar chart, and have y drawn as a line chart to show the sum of them all. Is this possible? Thanks!
by khazeit
Mon Feb 14, 2011 5:39 am
Forum: Suggestions and Requests
Topic: Shading Threshold
Replies: 1
Views: 3266

Shading Threshold

Would it be possible to include a "shadeif" command to specify eviews to shade a chart if the series is above or below 0 for instance?

Thanks!
by khazeit
Tue Dec 21, 2010 12:37 pm
Forum: Programming
Topic: Copying Variables to New Pages by Looping?
Replies: 13
Views: 10000

Re: Copying Variables to New Pages by Looping?

really appreciate your help.

just curious as to why the for loop only has mmcalcs as opposed to an "and" statement for both groups (seems kind of odd to me)? (i.e. for !i=1 to mmcalcs.@count)
by khazeit
Tue Dec 21, 2010 11:59 am
Forum: Programming
Topic: Copying Variables to New Pages by Looping?
Replies: 13
Views: 10000

Re: Copying Variables to New Pages by Looping?

Thanks very much...oddly I wrote code similar to that but didn't know how to link series1 and series2 with underscore (I used comma :P). That pretty much solves my problem and thanks again for the help. One more thing, it pretty much creates every graph combination - for ex. var1yy_var1mm, then var1...
by khazeit
Tue Dec 21, 2010 11:41 am
Forum: Programming
Topic: Copying Variables to New Pages by Looping?
Replies: 13
Views: 10000

Re: Copying Variables to New Pages by Looping?

Much appreciated Gareth. If you don't mind, I'd like to take it a step further. Instead of writing out the variables (b/c I have 50 or so), I have created two groups with pertain to different kind of data manipulate. I'd like to take a series in yycalcs (say var1yy) and plot it with its counterpart ...
by khazeit
Tue Dec 21, 2010 10:27 am
Forum: Programming
Topic: Copying Variables to New Pages by Looping?
Replies: 13
Views: 10000

Re: Copying Variables to New Pages by Looping?

thanks very much Gareth, that worked. Another follow up question but slightly different end game. Is there a way I can loop the creation of graphs/charts? For instance, say I have 30 variables and want to plot 10 charts with 3 panels each. Also, I'd like to plot each panel with some other measure I ...
by khazeit
Tue Dec 21, 2010 8:14 am
Forum: Programming
Topic: Copying Variables to New Pages by Looping?
Replies: 13
Views: 10000

Re: Copying Variables to New Pages by Looping?

hi Gareth, Is there a way to loop the variables into a group and then do the copying to the new page of the same workfile? I tried to but it always links the last variable in the for loop. for instance: for %n var1 var2 var3 genr {%n}yy = @pcy(x{%n}) genr {%n}mm = @pc(x{%n}) group yycalcs {%n}yy gro...
by khazeit
Fri Dec 03, 2010 9:17 am
Forum: General Information and Tips and Tricks
Topic: shading threshold
Replies: 1
Views: 2964

shading threshold

Is there a way to tell eviews to shade an area if a series is below a threshold?

For instance, shade if SERIES1 is less than 0.

thanks.

Go to advanced search