Skip to content

Commit ebf6a2a

Browse files
committed
explicitely set graph style in SkeletonLateTask
1 parent 2613728 commit ebf6a2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/Skeleton/src/SkeletonLateTask.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ void SkeletonLateTask::initialize(o2::framework::InitContext& /*ctx*/)
4747
mGraph = std::make_unique<TGraph>();
4848
mGraph->SetName("graph_example");
4949
mGraph->SetTitle("graph_example");
50+
mGraph->SetMarkerStyle(kStar); // star markers
51+
mGraph->SetLineStyle(kSolid); // solid line
5052
getObjectsManager()->startPublishing(mGraph.get(), PublicationPolicy::Forever);
5153

5254
auto plots = mCustomParameters.getOptionalPtree("plots");

0 commit comments

Comments
 (0)