![]() |
|
XP is just a number | |
PerlMonks |
Re: Drawing Graphsby toma (Vicar) |
on Sep 12, 2002 at 23:12 UTC ( #197389=note: print w/replies, xml ) | Need Help?? |
If you want extreme accuracy, you should be using a vector
graphics format instead of a raster format. This reasoning
would lead to using SVG instead of GD::Graph. The accuracy of raster graphics is limited by the number of pixels in the graph. With vector graphics, accuracy can be achieved by zooming or rendering on a high-resolution device. It should work perfectly the first time! - toma
In Section
Seekers of Perl Wisdom
|
|