> Hi,
>
> is it possible to save the axis labels
> into a canvas.C ?
> (this question was asked before,
> but I did not find a reply).
>
> Dirk
The axis objects are part of the histogram object.
The histogram object itself is not saved in canvas.C
The assumption is that histograms will typically be residing
in a Root file.
Like for TGraph objects, I want to implement the option to save
histograms also on the canvas.C file (will come one day).
If you save your canvas as a canvas.root file, all objects referenced
by the canvas are written to the file.
Rene Brun