in reply to Re: Pixel-based Plotting in Perl?
in thread Pixel-based Plotting in Perl?

Hi, jbert -

This sounds very interesting. How exactly do you do this?

Thanks for your post!

Pat

Replies are listed 'Best First'.
Re^3: Pixel-based Plotting in Perl?
by jbert (Priest) on Sep 04, 2008 at 22:50 UTC

    You need to be able to:

    As noted in the canvas link above, you'll need a browser which supports canvas (e.g. firefox). You can just open the .html file in the browser and you should see your code running. If you put your HTML and javascript on a web host somewhere, other people can see it too.

    Have fun :-)