[Catalyst] Stacked bar graphs

2007-12-03 Thread Terence Monteiro
Hi,

I'm looking for a Perl library that I can use to show multiple values in a 
stacked bar 
graph in my Catalyst application. I tried SVG::TT::Graph and like it's style. 
However,
it does not look so nice for stacked values as the colours of the bars for the 
second,
third.. sets of data merge with the first. Anyone with an alternative?

-- 
Thanks and Regards,
Terence Monteiro.

DeepRoot Linux,
Ph: +91 (80) 4112 4784 / 85.


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Stacked bar graphs

2007-12-03 Thread Allen S. Rout

>> On Mon, 3 Dec 2007 18:40:02 +0530, Terence Monteiro <[EMAIL PROTECTED]> said:

> I'm looking for a Perl library that I can use to show multiple values in a 
> stacked bar 
> graph in my Catalyst application. I tried SVG::TT::Graph and like it's style. 
> However,
> it does not look so nice for stacked values as the colours of the bars for 
> the second,
> third.. sets of data merge with the first. Anyone with an alternative?


If you don't like the colors svg::tt::graph generates, then change
them by using a different stylesheet; there are suggestions about that
in the TT:Graph docs.

If you don't know what colors to use, then try the Color Brewer

www.colorbrewer.org

I use the qualitative ones for my stacked graphs

http://docs.osg.ufl.edu/tsm/graphs/ALL.html


- Allen S. Rout

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Stacked bar graphs

2007-12-03 Thread Cory Watson
On Dec 3, 2007 9:33 AM, Matthias Zeichmann <[EMAIL PROTECTED]>
wrote:

>
> never used it, looks nice tho (and AFAIR was advertised here on the list)
> http://search.cpan.org/~gphat/Chart-Clicker-1.4.1/
> http://www.onemogin.com/clicker/examples


And it quite happily handles stacked bar charts.  Outputs png or svg.

-- 
Cory 'G' Watson
http://www.onemogin.com
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Stacked bar graphs

2007-12-03 Thread Matthias Zeichmann
On Dec 3, 2007 2:10 PM, Terence Monteiro <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm looking for a Perl library that I can use to show multiple values in a 
> stacked bar
> graph in my Catalyst application. I tried SVG::TT::Graph and like it's style. 
> However,
> it does not look so nice for stacked values as the colours of the bars for 
> the second,
> third.. sets of data merge with the first. Anyone with an alternative?

never used it, looks nice tho (and AFAIR was advertised here on the list)
http://search.cpan.org/~gphat/Chart-Clicker-1.4.1/
http://www.onemogin.com/clicker/examples
-- 
siggen.pl: Segmentation Fault

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/