Merge pull request #2453 from JuliaPlots/bbs/fix-rib-example

fix ribbon-example
This commit is contained in:
Simon Christ 2020-03-13 14:18:45 +01:00 committed by GitHub
commit bfd468fc3a
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),