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

make wrap optional #92

Open
juliettelavoie opened this issue Jun 2, 2023 · 0 comments
Open

make wrap optional #92

juliettelavoie opened this issue Jun 2, 2023 · 0 comments

Comments

@juliettelavoie
Copy link
Contributor

Sometimes the wrap of the colorbar label is annoying, especially when working with subplots. It wraps too much.

I would like to add an argument to make it optional or even choose the length at which to wrap.
I guess we might need one for the title and colorbar to be consistent, but the problem is mostly with colorbars.
Do you think it is overkill ?

My current solution is just to rewrite it as I want after spirograph with
axs[j,i].collections[-1].colorbar.set_label(f"{diff.attrs['long_name']} ({diff.attrs['units']})", fontsize=18)

image

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

No branches or pull requests

1 participant