-
-
Notifications
You must be signed in to change notification settings - Fork 8k
MultiNorm class #29876
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
MultiNorm class #29876
Conversation
55b85e3
to
f42d65b
Compare
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.
Just some minor points, plus re-pinging @timhoffm in case he has an opinion re: n_input / input_dims naming?
See #29876 (comment) |
Thank you @timhoffm |
6b86d63
to
32247f5
Compare
This is on hold until we sort out #30149 (Norm Protocol) |
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
@timhoffm @anntzer I had made these changes, but actually committing them had slipped my mind. They are in now 😅 I'm on vacation now, so my schedule is a bit scrambled. @QuLogic I'll take a look at the rest of your comments soon :) |
Sorry I dropped the ball on this. I can try to have a look but not before the middle of the month or so. |
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
ff2eb20
to
f61c06b
Compare
@QuLogic all the comments should have been addressed now, do you have the time to take another pass at it? |
There are still a couple of comments that are unresolved/have no reply, at least. |
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
486a58f
to
3267fe9
Compare
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.
Just a minor last thing,
Thank you @QuLogic ! |
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.
Were you expecting a squash merge?
Yes, I believe a squash merge would be most suitable |
Thanks for working your way through this long process. |
PR summary
This PR continues the work of #28658 and #28454, aiming to close #14168. (Feature request: Bivariate colormapping)
This is part one of the former PR, #29221. Please see #29221 for the previous discussion
Features included in this PR:
MultiNorm
class. This is a subclass ofcolors.Normalize
and holdsn_variate
norms.MultiNorm
classFeatures not included in this PR:
MultiNorm
together withBivarColormap
andMultivarColormap
to the plotting functionsaxes.imshow(...)
,axes.pcolor
, and `axes.pcolormesh(...)