Re: removing labels from TAxis (?) (fwd)

From: Mateusz Ploskon <ploskon_at_ikf.uni-frankfurt.de>
Date: Tue, 10 May 2005 15:44:43 +0200


Dear Olivier, Dear Otto, Dear Tomek

from Otto >I think Mateusz would like to have something like in the from Otto >att gif, ie. leave some labels off.

To cut the long story short... That is exaclty what I would like to have... Following the advice to play with axis (u)range... I got to the point:

TAxis *ax = h->GetXaxis();
ax->SetRangeUser(ax->GetXmin(), ax->GetXmax() * 0.9);

TAxis *ay = h->GetYaxis();
ay->SetRangeUser(h->GetMinimum() - 0.1 * (h->GetMaximum() - h->GetMinimum()), h->GetMaximum() * 0.9);

Attachement shows the result..., however I suspect this may not be working well for all cases... :)

Thank You very much!
my best,
mateusz

test3.gif
Received on Tue May 10 2005 - 15:44:50 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:07 MET