We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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"])
fig, axs = plots1D.plot_1d_distribution(distribs_lo, 100, ['dotplot'], titles=["Dimension 1" ,"Dimension 2"])
The text was updated successfully, but these errors were encountered:
nikhilbhavikatti
No branches or pull requests
Dotplots do not work for smaller sample numbers:
The text was updated successfully, but these errors were encountered: