この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
|
ja:root:wantto10 [2017/04/06 10:18] kota |
ja:root:wantto10 [2017/04/06 10:19] (現在) kota |
||
|---|---|---|---|
| ライン 45: | ライン 45: | ||
| FitのStatistics boxを消したくて | FitのStatistics boxを消したくて | ||
| - | TPaveStats *st = (TPaveStats*)gr->GetListOfFunctions()->FindObject("stats");st->SetOptFit(0); | + | TPaveStats *st = (TPaveStats*)gr->GetListOfFunctions()->FindObject("stats"); |
| + | st->SetOptFit(0); | ||
| とか | とか | ||
| - | gr->GetListOfFunctions()->FindObject("stats") | + | gr->GetListOfFunctions()->FindObject("stats")->Delete(); |
| とかしたがダメだった。。うーん。 | とかしたがダメだった。。うーん。 | ||