Re: maximum column length

2002-07-19 Thread Konrad Foerstner
e Math::Trig > > I don't know which one can help, but they seems quite like what you need. > > Rgds, > Connie > > > > > - Original Message - > From: "Konrad Foerstner" <[EMAIL PROTECTED]> > To: "Connie Chan" <[EMAI

Re: maximum column length

2002-07-18 Thread Connie Chan
PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 19, 2002 5:56 AM Subject: Re: maximum column length > Well, I tried now to round the percent > values with "sprintf" befor give it for > the column calculation and it seems to > work. But this is very ba

Re: maximum column length

2002-07-18 Thread Konrad Foerstner
Well, I tried now to round the percent values with "sprintf" befor give it for the column calculation and it seems to work. But this is very bad rounded. Which module I need for "round()"? cu KUF -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: maximum column length

2002-07-18 Thread Konrad Foerstner
I also tried to use with "sprintf" to get integers and to avoid this problem. Doesn't work. On Thu, 18 Jul 2002 11:46:03 -0400 "Wiggins d'Anconia" <[EMAIL PROTECTED]> wrote: > Possible need for integer forced math? I am not familar enough with GD > to know if this would help, but when doing

Re: maximum column length

2002-07-18 Thread Konrad Foerstner
> > to have column with the maximum lenght (in my case 580 pixels). > > What is length refer to ? I mean, the width or height ? Is this important? Well, my columns start left an go to the right side. So this pixel value is third value in the "filledRectangle" data. filledRectangle(100,90,$col

Re: maximum column length

2002-07-18 Thread Konrad Foerstner
I also tried to use with "sprintf" to get integers and to avoid this problem. Doesn't work. On Thu, 18 Jul 2002 11:46:03 -0400 "Wiggins d'Anconia" <[EMAIL PROTECTED]> wrote: > Possible need for integer forced math? I am not familar enough with GD > to know if this would help, but when doing

Re: maximum column length

2002-07-18 Thread Konrad Foerstner
I also tried to use with "sprintf" to get integers and to avoid this problem. Doesn't work. On Thu, 18 Jul 2002 11:46:03 -0400 "Wiggins d'Anconia" <[EMAIL PROTECTED]> wrote: > Possible need for integer forced math? I am not familar enough with GD > to know if this would help, but when doing

Re: maximum column length

2002-07-18 Thread Wiggins d'Anconia
Possible need for integer forced math? I am not familar enough with GD to know if this would help, but when doing a similar thing with web-based on the fly generation of graphs simply supplying a length of 460.3 on an image's attributes for instance sent the browser into a tizzy. Konrad Foe

Re: maximum column length

2002-07-18 Thread Connie Chan
> to have column with the maximum lenght (in my case 580 pixels). What is length refer to ? I mean, the width or height ? > All the other values should be drawn in relation to that. So what is the relation ? Is that the "length" is $max_percent_value or what ? > I thougt I can make a factor a