title->Set('Adding an icon to the background'); $graph->title->SetFont(FF_ARIAL,FS_BOLD,14); $mp = new MatrixPlot($data,1); $mp->SetSize(0.6); $icon = new IconPlot('icon.jpg',$width-1,$height-1,0.8,50); $icon->SetAnchor('right','bottom'); $graph->Add($icon); $graph->Add($mp); $graph->Stroke(); ?>