fixed fill, as reported on plt-scheme list 7/28/05
svn: r496
This commit is contained in:
parent
ba6e44f110
commit
5bb5c7aee7
|
@ -233,7 +233,7 @@
|
|||
|
||||
; fill : (list-of number) (list-of number) -> void
|
||||
(define (fill xs ys)
|
||||
(pl-fill (length xs) xs ys))
|
||||
(pl-fill xs ys))
|
||||
|
||||
; plot-y-errors (listof (vector x y-min y-max)) ->nothing
|
||||
; plots y error bars given a vector containing the x y and z (error magnitude) points
|
||||
|
|
Loading…
Reference in New Issue
Block a user