PasteRack.org
Paste # 89383
2014-07-23 00:34:54

Forked from paste # 41142.

Fork as a new paste.

Paste viewed 54 times.


Embed:

  1. #lang racket
  2. (require plot)
  3. (plot3d (surface3d (λ (x y) (* (cos x) (sin y)))
  4.                      (- pi) pi (- pi) pi)
  5.           #:title "An R × R  R function"
  6.           #:x-label "x" #:y-label "y" #:z-label "cos(x) sin(y)")

=>

Gtk initialization failed for display ":0"