add new test example

This commit is contained in:
Daniel Schwabeneder 2020-08-31 19:21:42 +02:00
parent 0b91d51a40
commit 3136c8f999

View File

@ -1024,6 +1024,21 @@ const _examples = PlotExample[
),
],
),
PlotExample(
"Vectors of markershapes and segments",
"",
[quote
yv = ones(9)
ys = [1; 1; NaN; ones(6)]
plot(
5 .- [yv 2ys 3yv 4ys],
seriestype = [:path :path :scatter :scatter],
markershape = [:utriangle, :rect],
markersize = 8,
color = [:red, :black],
)
end]
),
]
# Some constants for PlotDocs and PlotReferenceImages