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
Intuitively, it looks like the function ggplot2_args would take a ggplot theme as an input.
However, the following code produces an error: teal.widgets::ggplot2_args(theme = ggplot2::theme_bw())
It would be nice if this would be allowed.
Code of Conduct
I agree to follow this project's Code of Conduct.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines.
Security Policy
I agree to follow this project's Security Policy.
The text was updated successfully, but these errors were encountered:
Feature description
Intuitively, it looks like the function
ggplot2_args
would take a ggplot theme as an input.However, the following code produces an error:
teal.widgets::ggplot2_args(theme = ggplot2::theme_bw())
It would be nice if this would be allowed.
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: