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 a7331a5 commit cb9b1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivmw.ado
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ qui gen uppci = `bpar' + 1.96 * `spar'
local ytitle "Estimated causal `parname'"
twoway line `bpar' uppci lowci median, sort(median) ///
lc(gs0 gs10 gs10) lw(medthick medthick medthick) ///
legend(rows(1) order(1 "Estimated causal `parname'" 2 "95% CI limits")) ///
legend(rows(1) order(1 "Estimated causal `parname'" 2 "95% CI limits") pos(6)) ///
ytitle(`ytitle')

tsset, clear
Expand Down

0 comments on commit cb9b1d9

Please sign in to comment.