[plt-scheme] texpict: show-pict for big pictures
At Sun, 4 Dec 2005 21:49:01 -0500, Carl Eastlund wrote:
> I'm running some prototype code to generate pictures using texpict;
> right now I'm using show-pict to view the images. Some of them are
> too large for my screen and show-pict isn't putting in any helpful
> scrollbars. Is there a quick and easy way to throw together an image
> viewer with scrollbars?
It looks like you've already gotten some answers, but you could also
simply use DrScheme, since pict-value results are drawn in the
interactions window as images.
Matthew