Print only certain canvases

Hi,

Is there a way to only print certain canvases?
I have several stacked histograms (for each I created a canvas because I need them separated) but when my program ends I will like to just see 3 or 4 of them, and leave the rest saved but not printed.
I know I can just run it in batch mode and then open the file with the plots, but it’s faster if I could just plot the 3 or 4 of interest when I want.

Thanks.

ROOT Version: 6.22/02
Built for macosx64 on Aug 17 2020, 12:46:52
From tags/v6-22-02@v6-22-02

delete pointer_to_a_canvas_that_you_do_not_want;

1 Like