locked_user mr_leisure has asked for the wisdom of the Perl Monks concerning the following question:

I have a GUI program, posted in CUFP under diskcheck update, and would like to map the results in a constantly updating graph in the main window, rather than as lines of text giving info...any ideas on where I can find out some stuff about this? Thanks ml

Replies are listed 'Best First'.
Re: Where can I find info on making Graphs in a Perl \Tk gui program?
by ichimunki (Priest) on Dec 21, 2000 at 22:39 UTC
    If you are using Tk, I strongly recommend using widget, the demo that comes with the bundle to get a sense of what's available. It has examples of graphs, bouncing balls, you name it-- and will show you the code at the press of a button. Just type widget on the command line, assuming a normal Perl/Tk install.
Re: Where can I find info on making Graphs in a Perl \Tk gui program?
by jcrosby (Initiate) on Dec 22, 2000 at 00:00 UTC
    The Perl Journal had an article about graphs using Perl and Tk a while back. Check this link for details.
    A reply falls below the community's threshold of quality. You may see it by logging in.