Eddy,
Thanks for reporting this problem and providing a simple test.
This was,indeed, a memory leak problem. It is now fixed
in my development version.
>
> 2) I have problems using the slider on "Tgraph" objects. Running,
> for instance, graph.C in the tutorials-directory, selecting
> with my mouse the graph, choosing DrawPanel, results in the message:
>
> root [1] Error in <TClass::GetMethod>:
> Did not find matching TMethod <GetOption> with "" for TGraph
>
> However, using the slider in the FitPanel does result in a
> different fitting region.
>
> Is there another way to zoom-in on a graph ??
The TGraph::DrawPanel function is currently not implemented.
I have added a message in the new version.
Currently there are two ways to zoom on a graph:
- via the command line by changing the pad range
- drawing a TH1F empty object (setting min and max), then
drawing the graph on top and invoking DrawPanel on the TH1F object.
Rene Brun