180){ $x1 = $xtmp - 180; $x = 35+($x1*2); } else $x = 395 + ($xtmp*2.05); if ($hk < 0){ $color = imagecolorallocate($img, 0, 0, 255); }elseif ($hk > 0.5) { $color = ImageColorAllocate($img, 255, 0, 0); } else $color = ImageColorAllocate($img, 255, 255, 255); imagesetpixel($img,$x,$y,$color); } $text = $plot."th "."Magnitude"; imagestring($img, 8, 314, 375, $text, $color4); ImagePng ($img); ImageDestroy ($img); ?>