Graphics helplibs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Erwin Moller

    Graphics helplibs

    Hi group,

    I need to create a bunch of images on the fly, like Piecharts and nice
    tables.
    I can create images with imagecreate(450 , 100) and draw them by hand.
    (imagecreatetru ecolor() doesn't work on my system.)

    My question is this: Are there some nice libs out there that facilitate the
    creation of all kind of graphics-objects, like piecharts??

    Any advise is very welcome. :-)

    Regards,
    Erwin Moller
  • Andy Hassall

    #2
    Re: Graphics helplibs

    On Thu, 22 Jan 2004 11:18:16 +0100, Erwin Moller
    <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote:
    [color=blue]
    >My question is this: Are there some nice libs out there that facilitate the
    >creation of all kind of graphics-objects, like piecharts??[/color]

    Search for: JpGraph, ChartDirector.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    <http://www.andyh.co.uk > / <http://www.andyhsoftwa re.co.uk/space>

    Comment

    • Erwin Moller

      #3
      Re: Graphics helplibs

      Andy Hassall wrote:
      [color=blue]
      > On Thu, 22 Jan 2004 11:18:16 +0100, Erwin Moller
      > <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote:
      >[color=green]
      >>My question is this: Are there some nice libs out there that facilitate
      >>the creation of all kind of graphics-objects, like piecharts??[/color]
      >
      > Search for: JpGraph, ChartDirector.
      >[/color]

      Thanks Andy!

      Comment

      Working...