diff --git a/collects/plot/view.ss b/collects/plot/view.ss index 7a3518cc0d..40ef5eccbb 100644 --- a/collects/plot/view.ss +++ b/collects/plot/view.ss @@ -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