Consider using a CONDITIONAL DISABLE symbol to control that.
If you create a new CONDITIONAL DISABLE SYMBOL called "MakeAllPlotsVisible" and enclose the initialization code in a CONDITIONAL DISABLE structure with a condition of MakeAllPlotsVisible == TRUE, then you can turn it on when you gorch the plots again, but it doesn't take up code space when not necessary.