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
Normally when using ggplot, we can tell omit an axis label using labs(x = element_blank())
However, when we switch from a standard theme to its md_theme equivalent, we get the following error:
mapply(make_inner_box, text, halign, valign, use_markdown, gp_list, :
zero-length inputs cannot be mixed with those of non-zero length
Please either resolve this error, or if it's going to take a long time before it's resolved, create a custom error message that identifies the problem and suggests a workaround. Note that setting the axis label to " " is not ideal since ggplot will still reserve space for the axis label.
Thanks!
The text was updated successfully, but these errors were encountered:
Normally when using ggplot, we can tell omit an axis label using
labs(x = element_blank())
However, when we switch from a standard theme to its md_theme equivalent, we get the following error:
Please either resolve this error, or if it's going to take a long time before it's resolved, create a custom error message that identifies the problem and suggests a workaround. Note that setting the axis label to " " is not ideal since ggplot will still reserve space for the axis label.
Thanks!
The text was updated successfully, but these errors were encountered: