Skip to content

Commit

Permalink
Add legend pos 6
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jul 25, 2024
1 parent cb9b1d9 commit 92f81e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivxtile.ado
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ list , clean noobs

twoway line b lowci uppci medendog, sort(quantile) ///
lc(gs0 gs10 gs10) lw(medthick medthick medthick) ///
legend(rows(1) order(1 "Estimated causal effect" 2 "95% CI limits")) ///
legend(rows(1) order(1 "Estimated causal effect" 2 "95% CI limits") pos(6)) ///
ytitle("Estimated causal effect")

use `origdata', clear
Expand Down

0 comments on commit 92f81e2

Please sign in to comment.