You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2d histograms with histfunc = avg|sum are useful for plotting measurements on irregular 2D grids.
The downside of this approach is that the representation of zero measurements collapses with e.g. n times a measurement of zero.
For these applications it would be useful if there was some way of either treating empty bins separately, or having the ability of setting a custom histfunc.