Graphical Output

PDF

SVG

PostScript

TASImage / libAfterImage

Miscellaneous

TColor

TLatex

TLatex in now centered vertically like TText. When centered vertically, TLatex was not aligned on the control box. Some additionnal tiny adjustment of one pixel was also needed in order to look better when the text is enclosed in a box like in TPaveText.

TPaveText

The vertical text aligment is now done using the text alignment attributes instead of the trick used before. Histograms' titles are look much better centered vertically after this modification.

TGraph

TGraph::DrawPanel is now implemented.

TGraphErrors

The drawing option "[]" has been change to "||". The new option "[]" is the same as "||" except that some ticks are drawn at the end of the horizontal and vertical lines at the end of the error bars. This new way of drawing the option "[]" shows better to which error bar the additional tick marks belong. The following example, which has been provided by Thomas Ullrich , shows it clearly.
example of option []

TGraphPolargram.cxx

An extra empty canvas was created each time a TGraphPolar was painted in "Not Editable" mode.

TPad

Improvments in TPad::BuildLegend: If the pad contains some TMultiGraph or THStack the individual graphs or histograms in them are automatically added to the TLegend produced by TPad::BuildLegend.

TGaxis

When drawn with the option X+ or Y+ the histogram axis were wrong in case of alphanumeric labels. The tick marks were in the right place but the labels were not.