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
using DataFrames, StatsPlots
n =1000
df =DataFrame(condition =rand(1:2, n), x =rand(n), y =rand(n))
@df df marginalkde(:x, :y, group=:condition, layout=2)
MWE
Error Message
Version
The text was updated successfully, but these errors were encountered: