fix ribbon-example

This commit is contained in:
Simon Christ 2020-03-13 13:50:26 +01:00 committed by GitHub
parent 4821e04145
commit 1fc587559c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -800,7 +800,7 @@ const _examples = PlotExample[
plot( plot(
plot( plot(
0:10; 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 = 0:0.5:5),
plot(0:10; ribbon = sqrt), plot(0:10; ribbon = sqrt),