update errorbar example
This commit is contained in:
parent
cd20518323
commit
2544808000
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user