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
- plot/test: remove None options
- test: add dedicated test for uproot/hist with various flow scheme
- test: add type check (numpy/hist with flow=False)
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Whether plot the under/overflow bin. If "show", add additional under/overflow bin. If "sum", add the under/overflow bin content to first/last bin.
137
137
**kwargs :
138
138
Keyword arguments passed to underlying matplotlib functions -
@@ -597,7 +597,7 @@ def hist2dplot(
597
597
Colorbar maximum.
598
598
ax : matplotlib.axes.Axes, optional
599
599
Axes object (if None, last one is fetched or one is created)
600
-
flow : str, optional {None, "show", "sum","hint"}
600
+
flow : str, optional {"show", "sum","hint"}
601
601
Whether plot the under/overflow bin. If "show", add additional under/overflow bin. If "sum", add the under/overflow bin content to first/last bin. "hint" would highlight the bins with under/overflow contents
602
602
**kwargs :
603
603
Keyword arguments passed to underlying matplotlib function - pcolormesh.
0 commit comments