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
Currently, the default margin values of margin() are set to 0. This is not ideal because if a user wants to change the margin only on one side of a plot, it forces the user to 1) find out what the default margins of the theme being used are and 2) redefine the default margin values on each other side of a plot.
It would be more convenient if margin() could handle the default values internally (or via a function passed as the default arguments) based on the theme being used so that e.g. one could write:
Currently, the default margin values of
margin()
are set to 0. This is not ideal because if a user wants to change the margin only on one side of a plot, it forces the user to 1) find out what the default margins of the theme being used are and 2) redefine the default margin values on each other side of a plot.It would be more convenient if
margin()
could handle the default values internally (or via a function passed as the default arguments) based on the theme being used so that e.g. one could write:Instead of:
The text was updated successfully, but these errors were encountered: