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

Removing arrow #98

Open florian-palmito opened 1 year ago

florian-palmito commented 1 year ago

Hello everyone,

I am working and plotting synthetic DIDs in R. But, I find the arrow is not really useful for my graph.

Does anyone know of an option to remove the arrow? For me, at this point and after much research, it is impossible, but I am sure someone has an idea.

Thanks a lot,

Flo

davidahirshberg commented 1 year ago

Pass the parameter effect.alpha=0 to plot or synthdid_plot.

davidahirshberg commented 1 year ago

See help(synthdid_plot) for more info on customizing plots. Or a html render of that help output. Here’s one: https://rdrr.io/github/synth-inference/synthdid/man/synthdid_plot.html