Luis Fariña
Results
2
issues of
Luis Fariña
hist.sort() calls axis._ax.index(), and produces an error if the IntCat values are too high. Example: ```python import numpy as np from hist import Hist # version 2.6.3 hTest = (...
**Describe the bug** Calling plot2d_full on an (Int,Int)-axes hist produces a garbled side axis. Also, there is no documentation on how to add a title to a plot2d_full plot. **Steps...