update test example for polar heatmaps
This commit is contained in:
parent
2594b577d7
commit
ec532b2cbb
@ -1044,8 +1044,10 @@ const _examples = PlotExample[
|
|||||||
"Polar heatmaps",
|
"Polar heatmaps",
|
||||||
"",
|
"",
|
||||||
[quote
|
[quote
|
||||||
|
x = range(0, 2π, length=0)
|
||||||
|
y = 0:4
|
||||||
z = (1:4) .+ (1:8)'
|
z = (1:4) .+ (1:8)'
|
||||||
heatmap(z, projection = :polar)
|
heatmap(x, y, z, projection = :polar)
|
||||||
end]
|
end]
|
||||||
),
|
),
|
||||||
PlotExample( # 50
|
PlotExample( # 50
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user