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
I just wanted to inform you about a warning which pops up when you use the shape argument.
<warning/lifecycle_warning_deprecated>
Warning:
The `guide` argument in `scale_*()` cannot be `FALSE`. This was deprecated in ggplot2 3.3.4.
ℹ Please use "none" instead.
ℹ The deprecated feature was likely used in the EnhancedVolcano package.
Please report the issue to the authors.
---
Backtrace:
1. base (local) `<fn>`(x)
2. ggplot2:::print.ggplot(x)
4. ggplot2:::ggplot_gtable.ggplot_built(data)
5. ggplot2:::build_guides(...)
6. ggplot2:::guides_train(...)
7. ggplot2:::deprecate_warn0(...)
The text was updated successfully, but these errors were encountered:
Warning message:
The guide argument in scale_*() cannot be FALSE. This was deprecated in
ggplot2 3.3.4.
ℹ Please use "none" instead.
ℹ The deprecated feature was likely used in the EnhancedVolcano package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Hello,
I just wanted to inform you about a warning which pops up when you use the
shape
argument.The text was updated successfully, but these errors were encountered: