Page 1 of 1

Bar Graph Ordering Values

Posted: Fri Jan 03, 2014 9:27 am
by rmoralesaramburu
Hello,

I would like to create a bar graph but arranging the data values from maximum value to minimum value, from left to right, in an horizontal bar graph.

Is it possible?

Thanks

Re: Bar Graph Ordering Values

Posted: Mon Jan 06, 2014 12:19 pm
by EViews Glenn
Bar graphs respect the order of the workfile as they are an over "time" visualization tool.

If you have dated data, you can unstructure the workfile and then sort the observations by the series you want to order. If non-dated data, then simply sort.

Alternately, and this may be easier, you can create a vector out of the series in question. Sort the vector, then plot. Note that the x-axis labels will be 1, 2, 3, etc.