fixed pr7421
svn: r63
This commit is contained in:
parent
4dc546a477
commit
ad639d3bbe
|
@ -31,7 +31,8 @@
|
|||
(lambda (point) ; convert to cartesian from theta, r
|
||||
(vector
|
||||
(* (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)
|
||||
(define-plot-type error-bars
|
||||
|
|
Loading…
Reference in New Issue
Block a user