Already have a php class that draws the graph type I need (a type of radial area plot), but need suggestions/advice on ways to draw the same graph, except without the jaggies, i.e. more professional quality. The class uses GD library. This may be a stupid question, but here goes: Is it possible to get the php class modified to use, eg., vector graphics instead (eg, Flash, MING)? Or are there other ways to use PHP that will produce higher quality image generation than this? Any comments/suggestions on how to procede greatly appreciated.