Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Creating Graphs - Best module to use

by jthomas (Acolyte)
on Jan 13, 2011 at 10:59 UTC ( [id://882092]=perlquestion: print w/replies, xml ) Need Help??

jthomas has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, I have seen this thread, but it's a bit old

http://www.perlmonks.org/?node_id=347028

Would like to know what are the best modules available for creating graphs. I had used GD graphs for a long time, but at times it gives me some small problems. It works well but I'm looking for modules with little more flexibilities.

Replies are listed 'Best First'.
Re: Creating Graphs - Best module to use
by moritz (Cardinal) on Jan 13, 2011 at 11:15 UTC
Re: Creating Graphs - Best module to use
by Utilitarian (Vicar) on Jan 13, 2011 at 12:00 UTC
    I personally like GD::Graph, but take a look at the more recent State of the Ch(art) in Perl for other peoples experiences

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
Re: Creating Graphs - Best module to use
by tmaly (Monk) on Jan 13, 2011 at 13:35 UTC

    I use GraphViz for directed graphs
    for all other graphs, I have gotten excellent results producing a customer perl script for gnuplot. There are so many variations for this program, just take a look at the samples
    There are some modules such as Chart::Gnuplot that may also work, but I have not tested them.

Re: Creating Graphs - Best module to use [Javascript]
by andreas1234567 (Vicar) on Jan 13, 2011 at 12:37 UTC
    If you are not afraid of Javascript, then perhaps it's worth mentioning that YUI-3-3-0 was released yesterday and includes a Charts module that look pretty good (examples here).
    --
    No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]
Re: Creating Graphs - Best module to use
by Khen1950fx (Canon) on Jan 13, 2011 at 12:10 UTC
    I think that GD is the best module for graphs. If you really want more "flexibilties", then post an example of your small problem. Simple errors can cause small problems that can escalate into major headaches later:).
Re: Creating Graphs - Best module to use
by ambrus (Abbot) on Jan 13, 2011 at 14:16 UTC
Re: Creating Graphs - Best module to use
by planetscape (Chancellor) on Jan 14, 2011 at 03:10 UTC
Re: Creating Graphs - Best module to use
by Anonymous Monk on Jan 14, 2011 at 03:23 UTC
    Would like to know what are the best modules available for creating graphs.

    All the modules available, naturally, those modules which aren't available are absolutely not the best :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://882092]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-23 10:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found