From 79af3ae165396b73b6adebde89ecd840152b23e1 Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Thu, 24 May 2012 13:53:08 +0000 Subject: [PATCH] THistPainter. git-svn-id: http://root.cern.ch/svn/root/trunk@44302 27541ba8-7e3a-0410-8455-c3a389f83636 --- hist/doc/v600/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hist/doc/v600/index.html b/hist/doc/v600/index.html index 94c04e2b9d3..79403cc0cc2 100644 --- a/hist/doc/v600/index.html +++ b/hist/doc/v600/index.html @@ -2,3 +2,14 @@ <hr/> <a name="hist"></a> <h3>Histogram Libraries</h3> + + +<h3>THistPainter</h3> +<ul> +<li> +With option COL <tt>TProfile2D</tt> histograms are handled differently because, for this type of 2D +histograms, it is possible to know if an empty bin has been filled or not. So even +if all the bins' contents are positive some empty bins might be painted. And vice versa, +if some bins have a negative content some empty bins might be not painted. +</li> +</ul> -- GitLab