From 1fc587559c03dc532ae97a1378bd5621dca06d8c Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 13 Mar 2020 13:50:26 +0100 Subject: [PATCH] fix ribbon-example --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 72e2ee9f..0ce1eeee 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -800,7 +800,7 @@ const _examples = PlotExample[ plot( plot( 0:10; - ribbon = (LinRange(0, 2, 10), LinRange(0, 1, 10)), + ribbon = (LinRange(0, 2, 11), LinRange(0, 1, 11)), ), plot(0:10; ribbon = 0:0.5:5), plot(0:10; ribbon = sqrt),