how to add a % suffix in the axe's label
Posted: Thu May 12, 2016 8:00 am
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:
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 ?
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='%'Can you please help me ?