From c770003a8f3b0ab1acbd66e005d26948e2408cf7 Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Wed, 15 Jul 2009 14:08:56 +0000 Subject: [PATCH] - update git-svn-id: http://root.cern.ch/svn/root/trunk@29470 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf2d/doc/v526/index.html | 7 +++++++ hist/doc/v526/index.html | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/graf2d/doc/v526/index.html b/graf2d/doc/v526/index.html index cb467681618..bfeb288d442 100644 --- a/graf2d/doc/v526/index.html +++ b/graf2d/doc/v526/index.html @@ -63,3 +63,10 @@ Oleksandr Grebenyuk <tt><ogrebenyuk@lbl.gov></tt> helped a lot solving this issue. </ul> + +</h4>TMarker</h4> +<ul> +<li> The markers picking now takes into account the marker size. This is + useful for big markers, because there is no need to pick exactly the + marker's center. +</ul> diff --git a/hist/doc/v526/index.html b/hist/doc/v526/index.html index 2a8655fd623..7f3e5126d72 100644 --- a/hist/doc/v526/index.html +++ b/hist/doc/v526/index.html @@ -2,3 +2,11 @@ <hr> <a name="hist"></a> <h3>Histogram package</h3> + +<h4>TGraphTime</h4> +<ul> +<li> <tt>TGraphTime</tt> is a new class to organize and draw a list of + objects evolving with time. An example of use is shown in the tutorial + <tt>$ROOTSYS/tutorials/graphs/gtime.C</tt>. +</ul> + -- GitLab