We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I've noticed that JSROOT doesn't display the bins that have entries in a TProfile2D but where the value/content of the bin is 0. Here's a reproducer:
%jsroot on p = ROOT.TProfile2D("p","p",10,0,10,10,0,10) p.Fill(4,4,0) p.Draw("COLZ") ROOT.gPad.GetCanvas().Draw()
That filled bin should show up. It does with jsroot is turned off.
The text was updated successfully, but these errors were encountered:
Fix - show empty bin in TProfile2D if it has entries #316
f8f8de4
Adjust tooltip handling for profile2d zero bins #316
40a4a78
Now empty TProfile2D bins with non-zero entries will be shown in color draw.
Sorry, something went wrong.
linev
No branches or pull requests
Hello,
I've noticed that JSROOT doesn't display the bins that have entries in a TProfile2D but where the value/content of the bin is 0.
Here's a reproducer:
That filled bin should show up. It does with jsroot is turned off.
The text was updated successfully, but these errors were encountered: