TCanvas with different TPads to 1 TPad in another TCanvas

Hello,

I am running (now) ROOT interactively. I created a lot of plots in .root files with a compiled code and I will now study them by opening them in TBrowser. However, a lot of plots are created in 1 TCanvas with several TPads inside. Is there any possibility to open 1 TPad in a new TCanvas (to see the plot of 1 TPad in more detail)?

Thanks!

make a new canvas
set it current (cd() )
right click on the pad you want to clone
select drawclone

Wow thanks this is very useful!