Hi, > > My 5 cents. > > Not enough !! 1 cent more ... > The default output of TTree::Draw("y:x") is a TPolyMarker object with as many > points as entries in the Tree. If you know that the number of entries > is such that it DOES NOT MAKE SENSE to draw them on a screen, you should use > the "hist" or "scat" or any other option like "lego", etc. In my case everything I wanted from root was to display "y:x". The default way ROOT displays such a beast was exactly what I wanted. I was even not interested in the created histogram. I just wanted to see "all" points from the ntuple on the screen. Unfortunately, when I finally got proper axises ... and there was the chance that I will see what I wanted ... I was advised "*** Save data and exit application ***" instead. (In the end I had to drop "Draw" and become familiar with "Process", but it would make my life much easier if I was able to Draw something without the risk that ROOT dies.) Jacek.
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:45 MET