Page 1 of 1

Number of decimal in bar labels

Posted: Tue May 02, 2017 10:56 am
by jsemeano
Dear all,

I am producing some bar graphs with labels for my data. I would like to change the number of decimals that show up in the labels.

Any suggestion on how to do this?

Thank you very much,
João

Re: Number of decimal in bar labels

Posted: Mon Aug 07, 2017 9:44 am
by EViews Jason
If you are referring to the data axis labels, you can via the axis command

http://www.eviews.com/help/helpintro.ht ... 23ww183902

Code: Select all

mygraph.axis(l) format(dec=2)