The graph below is generated by these two lines of code:
format %3.1g rho
line rel_bias M, by(rho)
I thought the format statement would limit the display of rho to one decimal place. As you can see in the graph, however, rho has many decimal places for the last two panels.
What am doing wrong?


Array