TTree:Draw method draws a histogram not from zero

When I use the TTree::Draw() method I see this


Zero on the X-axis is not seen. What should I do to solve this problem?
I use

  ------------------------------------------------------------
  | Welcome to ROOT 6.08/02                http://root.cern.ch |
  |                               (c) 1995-2016, The ROOT Team |
  | Built for linuxx8664gcc                                    |
  | From tag v6-08-02, 2 December 2016                         |
  | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' |
   ------------------------------------------------------------

Hi,

tree->Draw("minPh >> hist(30, 0., 300.)") should do!

Axel.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.