Debug for Tbrowser

Hello!

I am looking for a way to trace back the functions called to modify plots.
I used the DrawPanel to modify canvas but I don’t find all the corresponding function and I need to make it more persistent in a compiled code.

Does someone has an idea for that ?
Thank you very much :slight_smile:

Can you give more details ? I am not sure I understand what you are trying to do.

Sure !

So I attached a picture here from where I start :

The idea here is to play with TBrowser in order to obtain the following canvas :
Screenshot%20from%202018-03-04%2019-16-50
NB: Let’s forget about TLegend and TPaveStats.

At first I opened TBrowser and then I modified manually the canvas. The example I show here is just an example out of 20 (or more) and the idea is to apply same style everywhere. For this, I plan to develop my own TStyle.
Nevertheless I applied many modifications to my histograms and plots and I would like to traceback those modifications.
So I was wondering if it was possible with ROOT to display the real commands called behind the graphical interface.

Hope it is more clear now.
Thank you very much for your interest !

Save your plot as a .C file

2 Likes

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