{ gStyle->SetPalette(1); gStyle->SetOptStat(0); Int_t nlon = 360; Int_t nlat = 180; Int_t nlat1 = 200; Float_t vlon[nlon+1]; for (Int_t i=0; iSetFillStyle(4000); c1->SetFillColor(0); c1->SetBorderSize(2); c1->SetFrameBorderMode(0); c1->SetFrameBorderSize(2); c1->Divide(1,2); c1->cd(1); htest1->Draw("zaitoff"); c1->cd(2); htest2->Draw("zaitoff"); }