Page 1 of 1

how to add a % suffix in the axe's label

Posted: Thu May 12, 2016 8:00 am
by melamel
Hi everyone! :)

I want to add % in the left axe's label and I used the capture command to have an idea about how to do it, it gave me the following command:

Code: Select all

my_graph.axis(l) suffix='%'
But I can't use this command in a program (because eviews interpretes what comes after the (') as a comment) and even if I replace the single quotes (') by (") it doesn't work.

Can you please help me ?

Re: how to add a % suffix in the axe's label

Posted: Thu May 12, 2016 11:24 am
by EViews Jason
Use:

Code: Select all

mygraph.axis(l) format(suffix=%)