|
From: Chris S. <san...@us...> - 2009-06-25 14:19:42
|
Update of /cvsroot/stack/stack-1-0/other In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29199/other Modified Files: phplot.php Log Message: Index: phplot.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/other/phplot.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phplot.php 24 Mar 2005 14:41:12 -0000 1.1 --- phplot.php 25 Jun 2009 14:19:29 -0000 1.2 *************** *** 268,272 **** * \param which_color * Color (can be '#AABBCC', 'Colorname', or array(r,g,b)) */ ! function SetIndexColor($which_color) { list ($r, $g, $b) = $this->SetRGBColor($which_color); //Translate to RGB --- 268,272 ---- * \param which_color * Color (can be '#AABBCC', 'Colorname', or array(r,g,b)) */ ! function SetIndexColor($which_color) { [...2256 lines suppressed...] * \deprecated */ ! function SetNewPlotAreaPixels($x1, $y1, $x2, $y2) { //Like in GD 0, 0 is upper left set via pixel Coordinates *************** *** 4442,4447 **** return $return; } ! ! --- 4442,4447 ---- return $return; } ! ! |