Set palette of histogram

Actually, you could have a signature for “non-empty” bins with “zero contents” …

histo1D->Fill(x, 1.e-6); histo1D->Fill(x, -1.e-6);

Note: Empty bins are these that have the content equal to zero AND error equal to zero.