#include <RootDraw.h>
◆ Legend
| const padoption padoption::Legend = [] (TVirtualPad* p) {p->BuildLegend();} |
|
static |
◆ LogX
| const padoption padoption::LogX = [] (TVirtualPad* p) {p->SetLogx();} |
|
static |
◆ LogY
| const padoption padoption::LogY = [] (TVirtualPad* p) {p->SetLogy();} |
|
static |
◆ LogZ
| const padoption padoption::LogZ = [] (TVirtualPad* p) {p->SetLogz();} |
|
static |
◆ MakeSquare
Initial value: auto min_size = std::min(
p->GetWh(),
p->GetWw());
p->SetCanvasSize(min_size, min_size);
}
The documentation for this struct was generated from the following files: