From 06527ebeda65d81b166c80ca5afe5409c33c4a38 Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Thu, 8 May 2008 13:55:06 +0000 Subject: [PATCH] - Rename gif files. git-svn-id: http://root.cern.ch/svn/root/trunk@23761 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf2d/doc/v520/{graph2d01.gif => graf2d_01.gif} | Bin graf2d/doc/v520/{graph2d02.gif => graf2d_02.gif} | Bin graf2d/doc/v520/index.html | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename graf2d/doc/v520/{graph2d01.gif => graf2d_01.gif} (100%) rename graf2d/doc/v520/{graph2d02.gif => graf2d_02.gif} (100%) diff --git a/graf2d/doc/v520/graph2d01.gif b/graf2d/doc/v520/graf2d_01.gif similarity index 100% rename from graf2d/doc/v520/graph2d01.gif rename to graf2d/doc/v520/graf2d_01.gif diff --git a/graf2d/doc/v520/graph2d02.gif b/graf2d/doc/v520/graf2d_02.gif similarity index 100% rename from graf2d/doc/v520/graph2d02.gif rename to graf2d/doc/v520/graf2d_02.gif diff --git a/graf2d/doc/v520/index.html b/graf2d/doc/v520/index.html index 27b07e580ae..f45d8f181c4 100644 --- a/graf2d/doc/v520/index.html +++ b/graf2d/doc/v520/index.html @@ -132,10 +132,10 @@ <li> For 3D histograms painted using OpenGL (drawing options "glbox" and "glbox1") a minus sign on negative bins is added in order to distinguish them from positive bins. - <img src="graph2d01.gif"> + <img src="graf2d_01.gif"> <li> In <tt>THistPainter::PaintH3</tt> the palette is drawn in case of option COLZ. This is useful when a TTree 4D plot is painted with that option. - <img src="graph2d02.gif"><br> + <img src="graf2d_02.gif"><br> This image has been prodiced with the command:<pre> ntuple->Draw("px:py:pz:px*px","","COLZ");</pre> </ul> -- GitLab