Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Drawing Graphs

by toma (Vicar)
on Sep 12, 2002 at 23:12 UTC ( [id://197389]=note: print w/replies, xml ) Need Help??


in reply to Drawing Graphs

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

Replies are listed 'Best First'.
Re: Re: Drawing Graphs
by peschkaj (Pilgrim) on Sep 12, 2002 at 23:52 UTC
    SVG also gives you the benefit of XML, you can apply XSLT or what have you to raw XML data. The svg module is excellent and I understand that it can withstand exceptionally heavy server loads.

    SVG also has the benefit of being fully scriptable, and an accepted standard.

    If you make something idiot-proof, eventually someone will make a better idiot.
    I am that better idiot.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://197389]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-20 03:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found