We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675328 commit 159d482Copy full SHA for 159d482
roottest/graphics/macros/graphs/scatter.C
@@ -30,6 +30,6 @@ void scatter()
30
31
auto scatter = new TScatter(n, x, y, c, s);
32
scatter->SetMarkerStyle(20);
33
- scatter->SetTitle("Scatter plot;X;Y");
+ scatter->SetTitle("Scatter plot;X;Y;Z");
34
scatter->Draw("A");
35
-}
+}
0 commit comments