Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Danny Miller
On Thu, Jan 15, 2009 at 10:13 PM, Raymond Wan wrote: > > Hi Danny, Howdy. > Danny Miller wrote: >> >> Hi, I've got two sets of data I'm displaying in a bar graph. I'd like >> to use two different colors for the different data. I'm not sure how >> to do this. >> >> My code looks like: >> >> @xd

Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Raymond Wan
Hi Danny, Danny Miller wrote: Hi, I've got two sets of data I'm displaying in a bar graph. I'd like to use two different colors for the different data. I'm not sure how to do this. My code looks like: @xdata1; # bunch of x values @ydata1; # bunch of corresponding y values @xdata2; # secon

Re: GD::Graph

2007-07-15 Thread Tom Phoenix
On 7/15/07, Mathew <[EMAIL PROTECTED]> wrote: Is this module really as simple as it appears? You've got the source code? Yes, it's exactly as simple as its source code, and exactly that complex. :-) --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: GD::Graph and integer on the Y-axis

2006-10-03 Thread john
Hi I used the formula $Y_max=(int($Y_max/8)+2)/8; And it worked, so the Y_max is higher than the actual Y_max of the dataset -Original Message- From: Greg Sabino Mullane [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 8:08 PM To: john Cc: beginners@perl.org Subject: Re: GD

Re: GD::Graph and integer on the Y-axis

2006-10-02 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Do you know how to define that all the numbers on the Y axis should be integers? You have to set the format of the y-axis like so: $graph->set(y_number_format => '%d'); Where '$graph' is the GD::Graph object you previously created via the new

RE: GD Graph

2006-01-10 Thread Ryan Frantz
> -Original Message- > From: Aditi Gupta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 4:16 AM > To: Perl Beginners > Subject: GD Graph > > Hello Everybody, Howdy, > > Is there a way to plot each point separately on a 2D plot using GD::Graph > instead of passing the two

Re: GD::Graph

2004-06-08 Thread Tarun Dua
On Mon, 2004-06-07 at 21:35, Josimar Nunes de Oliveira wrote: > > Microsoft Windows 2000 [Versão 5.00.2195] > (C) Copyright 1985-2000 Microsoft Corp. > > C:\Documents and Settings\Administrador>ppm install GD-Graph > Error: Package 'GD-Graph' not found. Please 'search' for it first. > > C:\Docum

Re: GD::Graph

2004-06-07 Thread Josimar Nunes de Oliveira
\Documents and Settings\Administrador> Thanks, Josimar - Original Message - From: "Tarun Dua" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 3:35 AM Subject: Re: GD::Graph > Josimar Nunes De Oliveira wrote: > > Does GD::Graph module

Re: GD::Graph

2004-06-07 Thread Tarun Dua
Josimar Nunes De Oliveira wrote: > Does GD::Graph module exist for windows platform? Yes > Where can I find it? ppm install GD-Graph -Tarun -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: GD::Graph::pie -- adding text with GD::Text:Wrap -- How ?

2002-09-25 Thread Lancashire, Pete
ptember 25, 2002 9:53 AM To: [EMAIL PROTECTED] Subject: Re: GD::Graph::pie -- adding text with GD::Text:Wrap -- How ? Pete Lancashire wrote: > My brain is blocking something really simple here. > > What I want to do is add a block of text to > a image created as > > my

Re: GD::Graph::pie -- adding text with GD::Text:Wrap -- How ?

2002-09-25 Thread david
Pete Lancashire wrote: > My brain is blocking something really simple here. > > What I want to do is add a block of text to > a image created as > > my $graph = new GD::Graph::pie(1200, 1200); > > Could someone show me an example of adding a > wrapbox of text to this image ? > have you tr

Re: GD::Graph logo_resize question

2002-08-10 Thread zentara
On 09 Aug 2002 11:33:35 +, [EMAIL PROTECTED] (Kevin Old) wrote: > logo => >'/home/motorola/local/apache/graphic/motorola.png', > logo_resize => '1.0' > ); >Everything works fine, and the logo is it's normal size. What I'd like >to do is make it a little smaller

Re: GD::Graph

2002-03-31 Thread drieux
On Sunday, March 31, 2002, at 05:05 , Josue Garayua wrote: > GD::Graph::chart I assume that you were trying something on the form $graph = GD::Graph::chart->new(400, 300); when it blew up??? OYE! I think I see the problem - the documentation shows the above illustration but the wordi

Re: GD::Graph

2001-05-02 Thread Sean O'Leary
At 06:44 PM 5/2/2001, you wrote: >Can anyone help me understand why the following code is being ignored? > >$my_graph->set_x_label_font(GD::Font->Giant); > >Kevin Need more code! It's like saying "Why doesn't this print?" print 'Print this!'; What I didn't show you was that earlier in my progr