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
We would like to add watermarks to our app outputs for both tables and visualizations. most of our outputs are able to display the watermark with the use of plot_with_settings except for the forest plot.
When using forestplot() in conjunction with plot_with_settings we seem to only be able to display the watermark itself or just the plot itself but not both.
When removing the plot_with_settings functions we are able to get the forest plot to display with both.
Seems like ggplot & grobs work well with plot_with_settings functions but forestplot and grid does not.
What happened?
We would like to add watermarks to our app outputs for both tables and visualizations. most of our outputs are able to display the watermark with the use of plot_with_settings except for the forest plot.
When using forestplot() in conjunction with plot_with_settings we seem to only be able to display the watermark itself or just the plot itself but not both.
When removing the plot_with_settings functions we are able to get the forest plot to display with both.
Seems like ggplot & grobs work well with plot_with_settings functions but forestplot and grid does not.
sessionInfo()
Relevant log output
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: