Hi,
I have a TLegend in a plot, and I want to print some LateX #beta symbols, with apex and pedex.
As you can see in the attached figure, there writings are ovelarpping a bit. Do you know how I can increase the spacing between two lines in a TLegend?
Thanks a lot, cheers, Giovanni
Hi, if you use this TLegend constructor,
TLegend
TLegend::TLegend ( Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char * header = "", Option_t * option = "brNDC" )
, then you should decrease y1.
y1
That’s right, thanks.
Giovanni
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.