Removing Box Histo in TParallelCoord

Hi,

Looking at the TParallelCoord source page, I couldn’t see how you can switch-off the histograms drawn on each axis. Is this possible?

Regards,

Colin.

In the current implementation of TParallelCoord, you cannot specify an option when painting the object (Olivier, to be done).
To switch off the histogram call

TParallelCoord::SetAxisHistogramHeight(Double_t h) with h = 0 By default h=0.5, ie histogram takes 50% of the space allocated to the variable.

Rene

Thanks Rene,

That work. My request is purely for presentational purposes.

Cheerio,

Colin.

I am not sure an option is needed. It was intended to be that way (as Rene said): simply set the histogram height to 0. It is the default by the way.