Skip to content

Commit

Permalink
Update jwdid_plot.ado
Browse files Browse the repository at this point in the history
  • Loading branch information
friosavila committed Apr 25, 2024
1 parent b51145f commit 4f3138d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jwdid/jwdid_plot.ado
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ program jwdid_plot_group
two (`style' `ll' `uu' `t' , `gf11' ) ///
(scatter `b' `t' , `gf12' ) , ///
legend(off) `xtitle' `ytitle' ///
yline(0 , lp(dash) lcolor(black)) `title' `name' xlabel(`xlab') `dels'
yline(0 , lp(dash) lcolor(black)) `title' `name' `dels'

end

Expand Down Expand Up @@ -431,7 +431,7 @@ program jwdid_plot_calendar
two (`style' `ll' `uu' `t' , `gf11' ) ///
(scatter `b' `t' , `gf12' ) , ///
legend(off) `xtitle' `ytitle' ///
yline(0 , lp(dash) lcolor(black)) `title' `name' xlabel(`xlab') `dels'
yline(0 , lp(dash) lcolor(black)) `title' `name' `dels'
end


Expand Down Expand Up @@ -468,7 +468,7 @@ program jwdid_plot_simple
two (`style' `ll' `uu' `t' , `gf11' ) ///
(scatter `b' `t' , `gf12' ) , ///
legend(off) `xtitle' `ytitle' ///
yline(0 , lp(dash) lcolor(black)) `title' `name' xlabel(`xlab') `dels'
yline(0 , lp(dash) lcolor(black)) `title' `name' `dels'
end


Expand Down

0 comments on commit 4f3138d

Please sign in to comment.