Change Style of Canvas/Pad

To get plots without any backgrounds use

//void myMacro(myArgList) {
  gROOT->SetStyle("Plain");

In macros this needs to be given inside the function to have an effect.