graphing tool

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

    graphing tool

    Hi all,
    I use jpgraph as a graphing tool and it is very slow. Is there a
    solution to tune it or will I have to use another graphing solution, and
    which one?
    (My graphs are simple line stocks quotes)
    thanks!
  • Andy Hassall

    #2
    Re: graphing tool

    On Fri, 13 Feb 2004 13:41:52 +0100, FGO <gecko40000@yah oo.fr> wrote:
    [color=blue]
    >I use jpgraph as a graphing tool and it is very slow. Is there a
    >solution to tune it or will I have to use another graphing solution, and
    >which one?
    >(My graphs are simple line stocks quotes)[/color]

    Other than the caching options, not really - and that only helps if your data
    doesn't change a log (presumably that won't apply to stock quotes).

    I've had good results with ChartDirector; it's a compiled library with
    interfaces to lots of languages, PHP included. Since you have to load it as an
    extension, you're unlikely to be able to get it installed on a shared host
    though.

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

    Comment

    • CountScubula

      #3
      Re: graphing tool

      if you doing simple line graphs, you might want to try and roll your own.
      --just a thought

      --
      Mike Bradley
      http://www.gzentools.com -- free online php tools
      "FGO" <gecko40000@yah oo.fr> wrote in message
      news:c0igmh$35o $1@news-reader3.wanadoo .fr...[color=blue]
      > Hi all,
      > I use jpgraph as a graphing tool and it is very slow. Is there a
      > solution to tune it or will I have to use another graphing solution, and
      > which one?
      > (My graphs are simple line stocks quotes)
      > thanks![/color]


      Comment

      • FGO

        #4
        Re: graphing tool

        CountScubula wrote:[color=blue]
        > if you doing simple line graphs, you might want to try and roll your own.
        > --just a thought
        >
        > --
        > Mike Bradley
        > http://www.gzentools.com -- free online php tools
        > "FGO" <gecko40000@yah oo.fr> wrote in message
        > news:c0igmh$35o $1@news-reader3.wanadoo .fr...
        >[color=green]
        >>Hi all,
        >>I use jpgraph as a graphing tool and it is very slow. Is there a
        >>solution to tune it or will I have to use another graphing solution, and
        >>which one?
        >>(My graphs are simple line stocks quotes)
        >>thanks![/color]
        >
        >
        >[/color]
        Thanks! I finally did it of my own!

        Comment

        • CountScubula

          #5
          Re: graphing tool

          Congradulations !

          So, when can we all expect to a lib from you? :)

          Just kidding, I am glad you were able to do it.

          --
          Mike Bradley
          http://www.gzentools.com -- free online php tools
          "FGO" <gecko40000@yah oo.fr> wrote in message
          news:c0str5$7gh $1@news-reader1.wanadoo .fr...[color=blue]
          > CountScubula wrote:[color=green]
          > > if you doing simple line graphs, you might want to try and roll your[/color][/color]
          own.[color=blue][color=green]
          > > --just a thought
          > >
          > > --
          > > Mike Bradley
          > > http://www.gzentools.com -- free online php tools
          > > "FGO" <gecko40000@yah oo.fr> wrote in message
          > > news:c0igmh$35o $1@news-reader3.wanadoo .fr...
          > >[color=darkred]
          > >>Hi all,
          > >>I use jpgraph as a graphing tool and it is very slow. Is there a
          > >>solution to tune it or will I have to use another graphing solution, and
          > >>which one?
          > >>(My graphs are simple line stocks quotes)
          > >>thanks![/color]
          > >
          > >
          > >[/color]
          > Thanks! I finally did it of my own![/color]


          Comment

          Working...