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
When creating a density plot, a y-axis is not used by ggplot's aes. However, the y-axis is built in, and we aren't allowed to remove that attribute, causing a syntax error. Consider changing the block's definition to make x or y axis modularizable