Skip to content
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

Dotplots don't work for small sample numbers #14

Closed
marinaevers opened this issue Jul 25, 2024 · 0 comments
Closed

Dotplots don't work for small sample numbers #14

marinaevers opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@marinaevers
Copy link
Collaborator

marinaevers commented Jul 25, 2024

Dotplots do not work for smaller sample numbers:

import uadapy.data as data
import uadapy.dr.uapca as uapca
import uadapy.plotting.plots1D as plots1D

distribs_hi = data.load_iris_normal()
distribs_lo = uapca(distribs_hi, dims=2)
fig, axs = plots1D.plot_1d_distribution(distribs_lo, 50, ['dotplot'], titles=["Dimension 1" ,"Dimension 2"])

grafik

fig, axs = plots1D.plot_1d_distribution(distribs_lo, 100, ['dotplot'], titles=["Dimension 1" ,"Dimension 2"])

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants