Hello,
I am using the user-written command
.
The following command illustrates is the simple graph I am creating
However, it seems I cannot modify the legend. I tried both of these legend options with no result:
Can someone help me please? Thank you!
I am using the user-written command
HTML Code:
xtgraph
The following command illustrates is the simple graph I am creating
HTML Code:
xtgraph lwage, av(mean) bar(ci)
HTML Code:
xtgraph lwage, av(mean) bar(ci) legend(pos(6) row(1) order(1 "Yearly Means of log(wage)" 2 "CIs" ))
HTML Code:
xtgraph lwage, av(mean) bar(ci) legend(pos(6) row(1) label(1 "Yearly Means of log(wage)") label(2 "CIs"))

Comment