fixed fill, as reported on plt-scheme list 7/28/05

svn: r496
This commit is contained in:
Matthew Flatt 2005-07-29 13:13:55 +00:00
parent ba6e44f110
commit 5bb5c7aee7

View File

@ -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