|
From: Petr Vileta on 21 Apr 2008 09:16 Vakayil Thobias wrote: > "Frank Seitz" <devnull4711(a)web.de> wrote in message > news:672sq2F2m0qmbU1(a)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>
From: Vakayil Thobias on 21 Apr 2008 23:43 "Petr Vileta" <stoupa(a)practisoft.cz> wrote in message news:fui4en$2g7e$2(a)ns.felk.cvut.cz... > Vakayil Thobias wrote: >> "Frank Seitz" <devnull4711(a)web.de> wrote in message >> news:672sq2F2m0qmbU1(a)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.
From: zentara on 22 Apr 2008 11:54 On Mon, 21 Apr 2008 10:43:59 +0530, "Vakayil Thobias" <vakayil.thobias(a)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
First
|
Prev
|
Pages: 1 2 Prev: FAQ 1.3 Which version of Perl should I use? Next: FAQ 1.10 Can I do [task] in Perl? |