http://qs321.pair.com?node_id=293680


in reply to Plot Pretty Fractals with Perl

Just out of curiosity, I noticed you're outputting to a png file - is there a to plot to a screen device instead, so you can watch the plotting as it outputs? That'd be cool.

- Mark Beihoffer, Network Architect

Replies are listed 'Best First'.
Re: Nicely done
by tsee (Curate) on Oct 05, 2003 at 23:18 UTC
    I am not aware of anything like that in *consoles*. You can, however, use the module in a Tk Application and draw on a Tk::Canvas object much like I did to the Imager object. No significant changes to the code required -- except, well, Tk. Steffen