I recently started experimenting with the Racket notebook package, IRacket. Notebooks are handy for experimentation and visualization, so I wanted to be able to display a plot. I discovered that (require plot)
did not work, but if I changed that slightly to (require plot/pict)
, I was able to display a plot in the notebook.
↧
Plotting in a Racket Notebook
↧