Advertisement
Guest User

Untitled

a guest
May 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local nb=`.Graph.plotregion1.barlabels.arrnels'
  2. qui forval i=1/`nb' {
  3. .Graph.plotregion1.barlabels[`i'].text[1]="`.Graph.plotregion1.barlabels[`i'].text[1]'%"
  4. }
  5. .Graph.drawgraph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement