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
Few quick tips: No need to wrap Hist.new.<axes>.Double() in Hist(), it's already a Hist! :) You can also use np.random.normal(loc=1, size=100_000) instead of np.random.normal(size=100_000) + np.ones(100_000) to save an addition and temporary memory allocation.
Now I'm not sure why the right counts tick labels (which I think doesn't have anything to do with the Int-Int main plot?) is all smashed into one spot. That's possibly buggy. Actually, filling this with doubles looks buggy too, will investigate.
Thanks for the tips.
Small update: the tick labels above "Counts" are the same tick labels in th y axis of the 2D plot, which is what is causing it to appear garbled.
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 to reproduce
An example that highlights the broken behaviour. Include OS and system info if relevant.
Reproduce: try this:
The text was updated successfully, but these errors were encountered: