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

Contour: need to detail the norms #2647

Open
adutfoy opened this issue May 7, 2024 · 0 comments
Open

Contour: need to detail the norms #2647

adutfoy opened this issue May 7, 2024 · 0 comments

Comments

@adutfoy
Copy link
Collaborator

adutfoy commented May 7, 2024

What is the idea?

The documentation of the method Contour.GetValidNorms() details only the name of different norms available: 'asinh,linear,log,logit,symlog,rank'

  • the example in the API only print the two first ones:
    print(ot.Drawable.GetValidNorms()[:2])
    I think it should be more useful to print all the norms so that the User has the whole list at once:
    print(ot.Drawable.GetValidNorms())

  • the documentation should describe each norm or at least give some references so that the User understands the differences (without testing each of them because sometimes the graph is expensive to produce!)

Why is this needed?

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants