fixed pr7421

svn: r63
This commit is contained in:
Eli Barzilay 2005-06-06 20:38:26 +00:00
parent 4dc546a477
commit ad639d3bbe

View File

@ -31,7 +31,8 @@
(lambda (point) ; convert to cartesian from theta, r (lambda (point) ; convert to cartesian from theta, r
(vector (vector
(* (vector-y point) (cos (vector-x point))) (* (vector-y point) (cos (vector-x point)))
(* (vector-y point) (sin (vector-x point)))))))))))) (* (vector-y point) (sin (vector-x point)))))
points)))))))
; error-bars : (listof (vector x y err)) [symbol] -> (2dplotview -> nothing) ; error-bars : (listof (vector x y err)) [symbol] -> (2dplotview -> nothing)
(define-plot-type error-bars (define-plot-type error-bars