Re: GDGraph
- From: xhoster@xxxxxxxxx
- Date: 16 Aug 2005 03:45:10 GMT
dszostek@xxxxxxxxx wrote:
> Hi,
>
> It appears as if I have too much data in my graph and I don't know how
> to solve that problem.
>
> I am using GD Graph to create a bar graph. The graph is graphing data
> from a program that runs every five minutes. I want my graph to be
> 800x400 pixels. At 800x400 pixels, I can graph about 60 hours worth of
> data (about 720 lines). If I go much more than that, though, GD outputs
> an entirely blank image. But, if I make the image wider (1200x400), I
> can get just under 120 hours of data in it.
>
> I want to make weekly and monthly graphs that fit in to 800x400. Does
> anyone have any ideas on how to do this?
Summarize your data into larger chunks than 5 minutes.
> Would a different perl module
> be a better idea?
Some might do the summarization for you when they realize you are trying to
pack more data into an image than fits. I don't know of any that do that
offhand, and I question whether that would actually by better or not.
> Are all modules going to encounter this problem?
I don't think any modules will create a bar graph that is 800 pixels wide
yet has more than 800 bars side-by-side.
Xho
--
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service $9.95/Month 30GB
.
- Follow-Ups:
- Re: GDGraph
- From: Dave
- Re: GDGraph
- References:
- GDGraph
- From: dszostek
- GDGraph
- Prev by Date: GDGraph
- Next by Date: Re: GDGraph
- Previous by thread: GDGraph
- Next by thread: Re: GDGraph
- Index(es):
Relevant Pages
|
|