I've been looking at graphing modules and tools (both Free and commercial) and have not found anything that really looks nice.

I mean nice. Like Dundas Charts for .NET ($700 - $4,000 USD).

In my opinion the best Perl graphing software I have come across is Perl Chart Director ($59 - $99) from Advanced Software Engineering.

While the Perl Chart Director looks a lot nicer (IMHO) than GD, it doesn't come anywhere close to Dundas.

We're not only talking about the visual appeal of the graphs generated by the software - I'm impressed by the simple API the Perl Chart Director has - very much along the lines of GD. Not exactly the same, but you basically pass it a list of data and a list of labels to generate graphs.

I'm shocked that something written on a platform that is consistently blasted and booed by the open-source community could have all these Features -- way more than anything else I have seen. Why don't we have something like this? I would do what I could to contribute, but this is certainly more than a one-person-project. This would have to be the the result of concerted effort of several expert programmers.

I figure some kind of OpenGL-to-raster conversion could help take things from 3D objects to the 2D world of images. Image::Magick, GD or Imager could handle stitching the resulting images together. New functionality could be borne from what already exists.

So, before I go and start up a new project on Sourceforge or whatever, I have to ask: Did I miss something, or are we lacking Really Nice Graphs?

In reply to Really slick Charts and Graphs by jdrago_999

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.