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
If the convert_arguments method could turn the zero entries of the Histogram.weights field into NaN would not need the colorrange and lowclip arguments in the plotting. Likely these values cannot be updated (as I think Histogram is an immutable struct) so maybe there is a way in the convert_arguments method to convert these to NaN's?
The text was updated successfully, but these errors were encountered:
If the
convert_arguments
method could turn the zero entries of theHistogram.weights
field intoNaN
would not need thecolorrange
andlowclip
arguments in the plotting. Likely these values cannot be updated (as I thinkHistogram
is an immutable struct) so maybe there is a way in theconvert_arguments
method to convert these toNaN
's?The text was updated successfully, but these errors were encountered: