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

Improve visual layout in boxplots #16

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

Improve visual layout in boxplots #16

marinaevers opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@marinaevers
Copy link
Collaborator

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"])

grafik

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

No branches or pull requests

2 participants