public function Max()
    {
        list($xmax, $ymax) = $this->plots[0]->Max();
        $n                 = safe_count($this->plots);
        for ($i = 0; $i < $n; ++$i) {