gerry has asked for the wisdom of the Perl Monks concerning the following question:
My perl client then takes the information and creates a canvas to graph the information on. I have been using a screen print utility to capture the graph and print it because I haven't been able to figure out how to print the graphic displayed on the canvas from within the perl module.
The graph I want to print is a typical XY Multi-Line Graph with text information around it. I have 2 arrays where each element in each array represents a minute in time for a 2400 clock - 1440 elements (24*60). Each element in array 1 contains the total number of Transactions processed in that minute of time. The other array is similar, but contains the total number of threads running.
I have looked at CPAN but have been unsuccessful in finding what I need.
Do you know of a way to do this? Is there some utility that I need? Is there a way to save the canvas or graphic in a format that some other graphics program can use?
Your help is greatly appreciated.
a humble perl neophyte
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I print a canvas graphic ?
by polettix (Vicar) on Oct 20, 2005 at 17:40 UTC | |
by gerry (Sexton) on Oct 20, 2005 at 20:29 UTC | |
|
Re: How do I print a canvas graphic ?
by zentara (Cardinal) on Oct 21, 2005 at 10:45 UTC | |
by gerry (Sexton) on Oct 21, 2005 at 12:26 UTC | |
|
Re: How do I print a canvas graphic ?
by BrowserUk (Patriarch) on Oct 20, 2005 at 20:44 UTC | |
by gerry (Sexton) on Oct 20, 2005 at 21:13 UTC | |
by BrowserUk (Patriarch) on Oct 20, 2005 at 22:58 UTC |