Hi there, ok I have two data sets - the first is a connected line curve and the second is top of it and its a smoothed line. I used the following:
$Canvas =& Image_Canvas::factory('png', array('width' => 800, 'height' => 400, 'antialias' => 'native'));
$Graph =& Image_Graph::factory('graph', $Canvas);
However only the connected line curve was smoothed out but the other smoothed line because a bit more pixelated...or choppy - any ideas why if I remove the canvas the connected line once again becomes pixelated but the curved smotth line looses the choppiness and some of the pixelation. Any ideas what I can do???
Also do you know how I can make a line graph (be it smoothed or just connected line) thicker? bold? :rolleyes: :glare:
Thanks!