update errorbar example

This commit is contained in:
Daniel Schwabeneder 2020-07-03 16:31:03 +02:00
parent cd20518323
commit 2544808000

View File

@ -973,8 +973,8 @@ const _examples = PlotExample[
surf = Measurement.((1:10) .* (1:10)', rand(10,10)) surf = Measurement.((1:10) .* (1:10)', rand(10,10))
plot( plot(
scatter(x, [x y], msw = 0), scatter(x, [x y]),
scatter(x, y, z, msw = 0), scatter(x, y, z),
heatmap(x, y, surf), heatmap(x, y, surf),
wireframe(x, y, surf), wireframe(x, y, surf),
legend = :topleft legend = :topleft