Merge pull request #2453 from JuliaPlots/bbs/fix-rib-example
fix ribbon-example
This commit is contained in:
commit
bfd468fc3a
@ -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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user