[racket] plots/graphics without drscheme

From: Michael W (mwilber at uccs.edu)
Date: Fri May 11 14:47:03 EDT 2012

The other answers covered plotting, but for picts from the
slideshow library (for example, those returned by plot/pict), you
can use (show-pict some-pict) from slideshow/pict, which will
display that pict in a new frame.

One hour ago, prad wrote:
> i'm not using drscheme.
> 
> how do i display things like
> (object:2d-view% ...)
> which are produced when we use plot etc.
> 
> if i run a racket program from command line?
> 
> i thought there might be something like a show function, but it doesn't
> seem to be in 
> #lang racket
> 

-- 
Lost in the sound,
    _mike

Posted on the users mailing list.