floating bar in the line chart

Hello,

How can create a line chart with bar in the graph ?
I am using perl+win32

Thanks in advance.
Regards,
Thobias
Vakayil Thobias [ Mo, 21 April 2008 07:13 ] [ ID #1947097 ]

Re: floating bar in the line chart

"Vakayil Thobias" <vakayil.thobias [at] alcatel-lucent.com> wrote:
>How can create a line chart with bar in the graph ?

What?

jue
jurgenex [ Mo, 21 April 2008 07:37 ] [ ID #1947099 ]

Re: floating bar in the line chart

Vakayil Thobias wrote:
>
> How can create a line chart with bar in the graph ?
> I am using perl+win32

Did you take a look at CPAN?

http://search.cpan.org/search?query=graph%3A%3A*&mode=module &n=100

Frank
--
Dipl.-Inform. Frank Seitz; http://www.fseitz.de/
Anwendungen für Ihr Internet und Intranet
Tel: 04103/180301; Fax: -02; Industriestr. 31, 22880 Wedel
Frank Seitz [ Mo, 21 April 2008 09:07 ] [ ID #1947102 ]

Re: floating bar in the line chart

"Jürgen Exner" <jurgenex [at] hotmail.com> wrote in message
news:r0ao04ljh7h0heke3mplt8ks1ktrifpkvd [at] 4ax.com...
> "Vakayil Thobias" <vakayil.thobias [at] alcatel-lucent.com> wrote:
>>How can create a line chart with bar in the graph ?
>
> What?
>
> jue

I would like to draw line chart as well as bar chart in the same graph by
using perl in win32
Vakayil Thobias [ Mo, 21 April 2008 10:20 ] [ ID #1947107 ]

Re: floating bar in the line chart

"Frank Seitz" <devnull4711 [at] web.de> wrote in message
news:672sq2F2m0qmbU1 [at] mid.individual.net...
> Vakayil Thobias wrote:
>>
>> How can create a line chart with bar in the graph ?
>> I am using perl+win32
>
> Did you take a look at CPAN?
>
> http://search.cpan.org/search?query=graph%3A%3A*&mode=module &n=100
>
> Frank
> --
> Dipl.-Inform. Frank Seitz; http://www.fseitz.de/
> Anwendungen für Ihr Internet und Intranet
> Tel: 04103/180301; Fax: -02; Industriestr. 31, 22880 Wedel

I couldn't able to find out any module from the above link for displaying
multiple graph in one chart.
Vakayil Thobias [ Mo, 21 April 2008 14:08 ] [ ID #1947109 ]

Re: floating bar in the line chart

Vakayil Thobias wrote:
> "Frank Seitz" <devnull4711 [at] web.de> wrote in message
> news:672sq2F2m0qmbU1 [at] mid.individual.net...
>> Vakayil Thobias wrote:
>>>
>>> How can create a line chart with bar in the graph ?
>>> I am using perl+win32
>>
>> Did you take a look at CPAN?
>>
>> http://search.cpan.org/search?query=graph%3A%3A*&mode=module &n=100
>>
>> Frank
>> --
>> Dipl.-Inform. Frank Seitz; http://www.fseitz.de/
>> Anwendungen für Ihr Internet und Intranet
>> Tel: 04103/180301; Fax: -02; Industriestr. 31, 22880 Wedel
>
> I couldn't able to find out any module from the above link for
> displaying multiple graph in one chart.

Tk::Axis is not good for you?
--
Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your
mail from another non-spammer site please.)

Please reply to <petr AT practisoft DOT cz>
Petr Vileta [ Mo, 21 April 2008 15:16 ] [ ID #1947112 ]

Re: floating bar in the line chart

"Petr Vileta" <stoupa [at] practisoft.cz> wrote in message
news:fui4en$2g7e$2 [at] ns.felk.cvut.cz...
> Vakayil Thobias wrote:
>> "Frank Seitz" <devnull4711 [at] web.de> wrote in message
>> news:672sq2F2m0qmbU1 [at] mid.individual.net...
>>> Vakayil Thobias wrote:
>>>>
>>>> How can create a line chart with bar in the graph ?
>>>> I am using perl+win32
>>>
>>> Did you take a look at CPAN?
>>>
>>> http://search.cpan.org/search?query=graph%3A%3A*&mode=module &n=100
>>>
>>> Frank
>>> --
>>> Dipl.-Inform. Frank Seitz; http://www.fseitz.de/
>>> Anwendungen für Ihr Internet und Intranet
>>> Tel: 04103/180301; Fax: -02; Industriestr. 31, 22880 Wedel
>>
>> I couldn't able to find out any module from the above link for
>> displaying multiple graph in one chart.
>
> Tk::Axis is not good for you?
> --
> Petr Vileta, Czech republic
> (My server rejects all messages from Yahoo and Hotmail. Send me your
> mail from another non-spammer site please.)
>
> Please reply to <petr AT practisoft DOT cz>
>

It can't draw line and bar chart together.
Vakayil Thobias [ Di, 22 April 2008 05:43 ] [ ID #1947991 ]

Re: floating bar in the line chart

On Mon, 21 Apr 2008 10:43:59 +0530, "Vakayil Thobias"
<vakayil.thobias [at] alcatel-lucent.com> wrote:

>Hello,
>
>How can create a line chart with bar in the graph ?
>I am using perl+win32
>
>Thanks in advance.
>Regards,
>Thobias
>

You can make anything you want on a Tk::Canvas( or a similar widget
like Tk::Zinc, Goo::Canvas, etc).

Of course, you will have to do the work of making your own axis.

zentara


--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
zentara [ Di, 22 April 2008 17:54 ] [ ID #1948020 ]
Perl » comp.lang.perl.misc » floating bar in the line chart

Vorheriges Thema: FAQ 1.12 What's the difference between "perl" and "Perl"?
Nächstes Thema: Extract javascript strings using regex