http://qs321.pair.com?node_id=610522

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

Hi Greetings,
Is it possible to make a super impose image of Bar and line chart throught  GD Module ?. I have seen such kind of images in  gnuplot application.
Regards,
kulls

Replies are listed 'Best First'.
Re: SuperImpose 'bar chart and line chart' ?
by Joost (Canon) on Apr 17, 2007 at 13:51 UTC
Re: SuperImpose 'bar chart and line chart' ?
by ChemBoy (Priest) on Apr 17, 2007 at 17:53 UTC

    You can do what you're describing using a mixed-type graph in GD::Graph. Whether that module is otherwise suitable for your application, I can't really guess, but it's worth a look.



    If God had meant us to fly, he would *never* have given us the railroads.
        --Michael Flanders

      Hi,
      Thanks for your reply.