for ($i = 0; $i < safe_count($this->plots); ++$i) {
            $n           = safe_count($this->plots[$i]->coords[0]);
            $nmax        = max($nmax, $n);
            list($x, $y) = $this->plots[$i]->Min();
            $xmin        = min($xmin, $x);