PasteRack.org
Paste # 41142
2014-07-23 00:34:15

Forked from paste # 80126.

Fork as a new paste.

Paste viewed 79 times.


Embed:

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

=>

Gtk initialization failed for display ":0"