You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I made a graph representing my synthdid estimate, that looks as follows:
Would it be possible to have the year taking integer values on the horizontal axis?
Many thanks.
The text was updated successfully, but these errors were encountered:
You should be able to configure the x axis ticks in the usual ggplot style:
say plot(estimate) + scale_x_continuous( … ) where … is replaced with
appropriate options. See the documentation for scale_x_continuous here.
https://ggplot2.tidyverse.org/reference/scale_continuous.html
Hi,
I made a graph representing my synthdid estimate, that looks as follows:
Would it be possible to have the year taking integer values on the horizontal axis?
Many thanks.
The text was updated successfully, but these errors were encountered: