We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2613728 commit ebf6a2aCopy full SHA for ebf6a2a
1 file changed
Modules/Skeleton/src/SkeletonLateTask.cxx
@@ -47,6 +47,8 @@ void SkeletonLateTask::initialize(o2::framework::InitContext& /*ctx*/)
47
mGraph = std::make_unique<TGraph>();
48
mGraph->SetName("graph_example");
49
mGraph->SetTitle("graph_example");
50
+ mGraph->SetMarkerStyle(kStar); // star markers
51
+ mGraph->SetLineStyle(kSolid); // solid line
52
getObjectsManager()->startPublishing(mGraph.get(), PublicationPolicy::Forever);
53
54
auto plots = mCustomParameters.getOptionalPtree("plots");
0 commit comments