How update the group of TF1s

Hi,
I have a bunch of TF1’s that share common parameters, each TF1 is on separate pad. I would like to have something like FitPanel for this. I wrote some GUI but there is problem - how can I update the TF1?
I tried TF1::Update and also TVirtualPad::Update but it doesn;t work, function is plotted with new parameters only when I resize TCanvas.


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Try: gPad->Modified(); gPad->Update();

Thanks it works.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.