TASImage - libAfterImage library

TASImage

libAfterImage

Graphical Output

PDF

PostScript

TPad

Miscellaneous

TView3D

Protection was missing in ctors in case gPad does not exits.

TMultiGraph

Histograms painting with option BOX

TGraph2D

The operator "=" was not correct.

TPie

Add the TPie::GetEntries() method that return the number slices. (Guido Volpi)

TPaletteAxis

Attributes are now accessible in the context menu. (requested by Mathieu de Naurois <denauroi@in2p3.fr>)

TPolyLine

Implement the possibility to draw TPolyLine in NDC coordinates (it was partially done but the code was not used).

Documentation

TCutG

The graphical cuts applied on histograms did not work when the cut name contained a mix of lower and upper case characters. This problem occured because the option used to draw an histogram was always converted into lower case before begin stored in a pad (in Draw and DrawCopy). Now in Draw() and DrawCopy() the AppendPad() procedure is called with the option string not converted in lower case.