Warning message The dot-dot notation (..density..) was deprecated in ggplot2 3.4.0.

Issue #163 resolved
Xavier Laulhe created an issue

Hello there,

When à do that :

plot(threshold_output, binwidth = 0.02, silent = T) +
theme(axis.title = element_text(size = 18))

i have this warning message
Warning message:
The dot-dot notation (..density..) was deprecated in ggplot2 3.4.0.
ℹ Please use after_stat(density) instead.
ℹ The deprecated feature was likely used in the shazam package.
Please report the issue at <https://bitbucket.org/kleinstein/shazam/issues.>
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.

After i receive a PDF with 0 octot i don’t understand why

best regards

xavier laulhé

Comments (3)

  1. ssnn

    Hi Xavier. I get the deprecation messages as well, with this and other functions, and I am going to fix them.
    I don’t know why the pdf is empty. I tried some examples from the shazam documentation and they work. Can you share a minimal reproducible example?

  2. Log in to comment