Gap between bar and axis after using theme_classic

After using theme_classic, my bar plot now has a gap between the start of the plot and the x-axis. Any ideas how I can get rid of the gap and have the bars start on the x-axis please?

You can add the following:

scale_y_continuous(expand = c(0, 0))

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.