Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

The best pie graph module for Perl?

by Anonymous Monk
on Feb 14, 2007 at 18:53 UTC ( [id://600037]=perlquestion: print w/replies, xml ) Need Help??

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

Hello, can anyone recommend me to any good pie graphs moudles for PERL? Thanks

Replies are listed 'Best First'.
Re: The best pie graph module for Perl?
by kwaping (Priest) on Feb 14, 2007 at 18:56 UTC
    I've had good success with GD::Graph, though it can be a bit tricky to install.

    ---
    It's all fine and dandy until someone has to look at the code.
      I've had nothing but problems with GD::Graph. In particular, I found it very hard to colour charts the way I wanted - and judicious use of colour can make your charts a *lot* more readable.

      So I wrote my own at work, based on PostScript. Sadly it's not Open Sores (yet), but it's very good :-) PostScript::Simple's arc method makes pie charts very easy indeed. 3D is a little tricky, but nothing that can't be solved by writing the PostScript yourself.

      Hey, k thanks will take a look at that. Were you on a linux machine? I'm on windows..do you think that will make it even more trickier?
        I have all the GD-modules installen on my Windows XP box without a problem. I used ppm The ActiveState repository only has the Perl 5.6 version modules but the University of Winnipeg repository ("Randy Kobes") has both 5.6 and 5.8.

        CountZero

        "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

        I was on a Solaris machine (which is probably one of the more problematic unix OSes, in my limited experience). I'm sorry that I can't answer your Windows question, as I've never done any perl installations under Windows.

        ---
        It's all fine and dandy until someone has to look at the code.
Re: The best pie graph module for Perl?
by moklevat (Priest) on Feb 15, 2007 at 15:49 UTC
    You might check out the "Really slick Charts and Graphs" thread to see if you find something helpful there.

    My feeling is that the best pie graph is no pie graph, but I understand that some people insist on them.

Re: The best pie graph module for Perl?
by davorg (Chancellor) on Feb 15, 2007 at 10:11 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 07:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found