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
Label from attributes #173
Conversation
Looks like this needs rebasing after the other two of your PRs were merged. |
Okay, I think it's ready~ |
Initially, I tried inserting in self._redim; while it works for most plots, quadmesh fails for some reason: From inspect:
|
Hmm, that looks like the dimension name is becoming the complex string which shouldn't happen. I'll take a quick look in the morning. |
Okay I'll push what I have. Also I don't understand what you mean by |
Nevermind got it working with hv.Dimensions :) |
ebde3d1
to
be5cb5e
Compare
Just noticed this at the xgcm SciPy talk. Just to mention that it would be nice to land this. |
Was working on this just yesterday, should land soon. |
I noticed that right after I hit comment. Sorry for the noise :) |
be5cb5e
to
dd5eed7
Compare
#155
examples https://anaconda.org/ahuang11/test_attr_labels
I tried mimicking new line if label too long, but I don't think bokeh supports '\n'

I'm happy where it is now I think.