return subpanel
Definition at line 190 of file xpgplotxx.cc.
References Mnx, Mny, and Mpanels.
192 int iix=(ix<
Mnx ? ix :
Mnx-1);
193 int iiix=(iix>-1 ? iix : 0);
194 int iiy=(iy<
Mny ? iy :
Mny-1);
195 int iiiy=(iiy>-1 ? iiy : 0);
int Mnx
number of subpanels
Tpanel * Mpanels
array of subpanels