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
The layout in boxplots is not very appealing because as a default, the distances are very wide which leads to large amounts of white space.
Example:
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, ['boxplot'], titles=["Dimension 1" ,"Dimension 2"])
The text was updated successfully, but these errors were encountered:
nikhilbhavikatti
No branches or pull requests
The layout in boxplots is not very appealing because as a default, the distances are very wide which leads to large amounts of white space.
Example:
The text was updated successfully, but these errors were encountered: