Skip to content

Commit

Permalink
New name for the changing label method.
Browse files Browse the repository at this point in the history
  • Loading branch information
couet committed Aug 30, 2016
1 parent 61373da commit 8c75bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/hist/xyplot.C
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c75bb8

Please sign in to comment.