synth-inference / synthdid

Synthetic difference in differences
https://synth-inference.github.io/synthdid
BSD 3-Clause "New" or "Revised" License
262 stars 98 forks source link

Plot - change axis limits #110

Closed martinhulenyi closed 1 year ago

martinhulenyi commented 1 year ago

Maybe a stupid question but is there a way I can change the axis limits of the produces synthdid plot?

davidahirshberg commented 1 year ago

It's a ggplot. Say '+ xlim(lower, upper)' or '+ ylim(lower, upper)'

martinhulenyi commented 1 year ago

Thank you very much! An additional question - for the ggplot, can I remove the plot of the time weights and the did effect?