fix typo in polar heatmap test example
This commit is contained in:
parent
ec532b2cbb
commit
cf96ddcd30
@ -1044,7 +1044,7 @@ const _examples = PlotExample[
|
||||
"Polar heatmaps",
|
||||
"",
|
||||
[quote
|
||||
x = range(0, 2π, length=0)
|
||||
x = range(0, 2π, length=9)
|
||||
y = 0:4
|
||||
z = (1:4) .+ (1:8)'
|
||||
heatmap(x, y, z, projection = :polar)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user