-
Notifications
You must be signed in to change notification settings - Fork 0
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
gdfmap #54
Conversation
Beauprel
commented
Mar 30, 2023
- added function gdfmap
- modified some utils
- Added a test notebook (no internal paths) for this function. We can transfer its contents into the documentation notebook and delete it later.
return ax | ||
|
||
|
||
def clean_cmap_bounds(min: int | float, max: int | float, levels: int) -> np.ndarray: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je ne suis pas sur de comprendre à quoi ça sert..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Essentiellement juste à ce que le minimum et maximum de la colormap soient arrondis, et donc plus clean, avec le bénéfice supplémentaire que les subdivisions de la colormap seront aussi plus beaux, parce qu'on utilise linspace
.
All comments above have been adressed |