Page 1 of 1
stacked bar interpretation
Posted: Sun Feb 20, 2011 6:37 pm
by startz
Here's a group and the resulting stacked bar graph

- Capture1.PNG (9.33 KiB) Viewed 11126 times

- foo.png (6.35 KiB) Viewed 11126 times
Can someone explain how the picture is a sensible representation of the data. (This may not be a bug, but it's not looking like a good feature either.)
Re: stacked bar interpretation
Posted: Sun Feb 20, 2011 9:01 pm
by EViews Gareth
How would you rather it looked?
Re: stacked bar interpretation
Posted: Sun Feb 20, 2011 11:13 pm
by startz
Hey, why do I have to do the hard questions??? Something like. A from 0.5 to -0.5, B from -.5 to -2.5, F from -2.5 to, uh, I dunno. But what does the picture I get mean?
Re: stacked bar interpretation
Posted: Mon Feb 21, 2011 12:05 am
by EViews Gareth
It is just as it says it does - each series is stacked. A goes first, and is blue, and goes from 0 to 1. Then B goes on top, and goes from 1 to 3 (1+2=3). Then F goes on top of that and goes, in green, from 3 to 0.5 (3+-2.5=0.5).
Re: stacked bar interpretation
Posted: Mon Feb 21, 2011 8:51 am
by startz
Okay, not a bug. But when are you going to implement the "do what I want-not what I said" command?
Re: stacked bar interpretation
Posted: Tue Feb 22, 2011 3:58 pm
by EViews Gareth
If you go into the graph dialog, then Graph Elements, then Bar-Area-Pie, then check the box that says "Stack positive & negative....", you might get something more to your liking.
Re: stacked bar interpretation
Posted: Tue Feb 22, 2011 4:10 pm
by startz
Thanks.

Re: stacked bar interpretation
Posted: Tue Jun 21, 2011 10:08 am
by modelmaker
Is there a corresponding command option for stacking positive and negative values separately?
Re: stacked bar interpretation
Posted: Tue Jun 21, 2011 10:24 am
by EViews Gareth
Graphname.option +/-stackposneg
Re: stacked bar interpretation
Posted: Tue Jun 21, 2011 11:47 am
by modelmaker
I gave it a try, but I get an "Invalid graph option" error. What could I be doing wrong?
(Also, I'm using EViews 7.)
Re: stacked bar interpretation
Posted: Tue Jun 21, 2011 11:50 am
by EViews Gareth
What, exactly, did you type?
Re: stacked bar interpretation
Posted: Tue Jun 21, 2011 11:56 am
by modelmaker
Oh wait, I realize what I did wrong. I just entered exactly what you typed without thinking. "Graphname.options +stackposneg" works just fine. Thanks!