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
Padding (i.e. the whitespace surrounding the plot) is currently quite large:
The margins parameter for me was a bit confusing until I realised it was referring to variable margins rather than plot margins. I tried to control it using par and adding a ggplot theme layer to set margins to zero, neither of these have an effect.
A simple padding = c(t, r, b, l) would be great to control the amount of whitespace surrounding the plot, or by other method.
Requested feature
Padding (i.e. the whitespace surrounding the plot) is currently quite large:
The margins parameter for me was a bit confusing until I realised it was referring to variable margins rather than plot margins. I tried to control it using par and adding a ggplot theme layer to set margins to zero, neither of these have an effect.
A simple
padding = c(t, r, b, l)
would be great to control the amount of whitespace surrounding the plot, or by other method.Code for the above example:
The text was updated successfully, but these errors were encountered: