From 8c75bb86a43cd0b57bd611ba81e5f5d86d79c9ce Mon Sep 17 00:00:00 2001 From: Olivier Couet Date: Tue, 30 Aug 2016 15:38:05 +0200 Subject: [PATCH] New name for the changing label method. --- tutorials/hist/xyplot.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hist/xyplot.C b/tutorials/hist/xyplot.C index 3f6e154a91cd7..4b472961a94eb 100644 --- a/tutorials/hist/xyplot.C +++ b/tutorials/hist/xyplot.C @@ -44,7 +44,7 @@ void xyplot() TGaxis *yaxis = new TGaxis(0, gPad->GetUymin(), 0, gPad->GetUymax(), gPad->GetUymin(),gPad->GetUymax(),6,"+LN"); - yaxis->SetLabelAttributes(4,-1,0.); + yaxis->ChangeLabel(4,-1,0.); yaxis->Draw(); // Draw the Y-axis title.