#include "ROOT/TLine.hxx"
void pad()
{
auto pads = canvas->Divide(3, 3);
auto &pad12 = pads[1][2];
pad12->SetAllAxisBounds({{50., 250.}, {-1., 1.}});
canvas->Show();
}
- Date
- 2015-03-22
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
- Author
- Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Definition in file pad.cxx.