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

Computation of range in contour plots #9

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

Computation of range in contour plots #9

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

Comments

@marinaevers
Copy link
Collaborator

The default computation of ranges in contour plots cuts off the distributions:

Example code:

import uadapy.data as data
import uadapy.dr.uamds as uamds
import uadapy.plotting.plots2D as plots2D

distribs_hi = data.load_iris_normal()
distribs_lo = uamds(distribs_hi, dims=2)
plots2D.plot_contour(distribs_lo, seed=0)

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

1 participant