Why the value of TGraph::GetMaximun() always equal to -1111?

TGraph::GetMinimum and TGraph::GetMaximum return the “minimum” and “maximum” values for plotting along “y”. The default values (-1111) mean that the drawing routine is free to choose whatever it likes.

1 Like