Skip to content

Commit 159d482

Browse files
ferdymercurydpiparo
authored andcommitted
[skip-ci] illustrate how to set ztitle also in macro
1 parent f675328 commit 159d482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roottest/graphics/macros/graphs/scatter.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ void scatter()
3030

3131
auto scatter = new TScatter(n, x, y, c, s);
3232
scatter->SetMarkerStyle(20);
33-
scatter->SetTitle("Scatter plot;X;Y");
33+
scatter->SetTitle("Scatter plot;X;Y;Z");
3434
scatter->Draw("A");
35-
}
35+
}

0 commit comments

Comments
 (0)