in reply to What kind of graph is this?

If by Is there a perl implementation? you mean "Is there a Perl module so I can maniputale such images", then you should look at ImageMagick which does a pile of magic, but can be a little frustrating to use. Super Search here for ImageMagick for some tips and ask questions.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: What kind of graph is this?
by jalewis2 (Monk) on Nov 20, 2005 at 19:50 UTC
    No. A an example is a bar chart. It's a graph and you can build them with GD. I am looking for an implementation of that specific graph.

      You mean you want a algorithm for generating the form of graph shown in the URL you posted?

      It looks to me like they have allocated alternate bits from the address space to the x and y axis of the graph and shaded the areas according to the ranges specified in their data.


      DWIM is Perl's answer to Gödel