GeekArticles
Web Programming
PerlAn SVG Histogram
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 426 times |
Add CommentFiled in: Perlby J. David Eisenberg , author of SVG Essentials 02/07/2002 SVG is an XML markup language for describing scalable vector graphics. In An Introduction to Scalable Vector Graphics on XML.com , you'll find a brief introduction to SVG. The example in that article, an advertisement for a camera store, was drawn by hand. In this article, we'll generate a graphic from existing data. Specifically, we'll write a Perl program that draws a graph of the distribution of file sizes in a directory and...n
Read Article Sponsored Links
Related Articles