l. I'm trying to feed into a URL the data and the generating application so as to dynamically generate graphs in a CGI app. So, for example : somescript.pl?xdata=1,2,3,4&ydata=10,20,30,40

Sounds like you're about to re-invent the google chart API.

I'm trying to generate as 'pretty' as possible graphs for display.

No GD::Graph then. You could take a look at Chart::Clicker.

Quick visual aids would be benefical so I can scan through quickly and see generated graphs that match my needs.

I'm sure Google or your search engine of choice will help you finding examples.


In reply to Re^2: Graph Generation by moritz
in thread Graph Generation by rpike

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.