synth-inference / synthdid

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

Removing arrow #98

Open florian-palmito opened 2 years ago

florian-palmito commented 2 years 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 2 years ago

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

davidahirshberg commented 2 years 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