[ROOT] bug in TNtuple::Draw ?

From: Alexey Toptygin (alexeyt@mind.umd.edu)
Date: Fri Jun 09 2000 - 22:41:28 MEST


When I run this script I get a canvas that is only partially in the
window, and I cannot see the plotted points. I have reduced it from a more
complicated script to the smallest one that still produces the bug.

I think it has to do with the fact that the first diffirence between the
numbers is in the 7'th significant digit.

I am running ROOT version 2.22/09 on Linux

				Alexey

example.C:

{
  TNtuple nt("nt","Sample Ntuple","a:b");

  nt.Fill(1234.56789,9876.54321);
  nt.Fill(1234.56800,9876.54400);

  nt.Draw("a:b");
}



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:27 MET