The graph below is generated by these two lines of code:
What am doing wrong?

format %3.1g rhoI 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.
line rel_bias M, by(rho)
What am doing wrong?
Comment