-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group with 3 Stats not working for multi-observations? #266
Comments
Hmm, there's an error with the multi-observation method, since this appears to work: julia> fit!(g, data[1])
Group
├─ HeatMap: n=1 | value=(x = 0:10, y = -5:5, z = [0 0 … 0 0; 0 0 … 0 0; … ; 0 0 … 0 0; 0 0 … 0 0])
├─ Hist: n=1 | value=(x = 0:10, y = [0, 0, 0, 1, 0, 0, 0, 0, 0, 0])
└─ Hist: n=1 | value=(x = -5:5, y = [0, 0, 0, 0, 0, 0, 0, 0, 0, 1]) |
stephancb
changed the title
Group with 3 Stats not working?
Group with 3 Stats not working for multi-observations?
Oct 18, 2023
Thanks, I changed the title. Then a more or less elegant workaround is
|
For reference, closer to my real application is
It seems a very fast method for putting a large number of x-y data into both a heatmap and histograms of x and y. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The combination of a heatmap with a histogram besides each the x and y axis is commonly used. It does not seem to work, or do I miss something?
The text was updated successfully, but these errors were encountered: