fix typo in polar heatmap test example

This commit is contained in:
Daniel Schwabeneder 2021-02-16 20:41:32 +01:00
parent ec532b2cbb
commit cf96ddcd30

View File

@ -1044,7 +1044,7 @@ const _examples = PlotExample[
"Polar heatmaps", "Polar heatmaps",
"", "",
[quote [quote
x = range(0, 2π, length=0) x = range(0, 2π, length=9)
y = 0:4 y = 0:4
z = (1:4) .+ (1:8)' z = (1:4) .+ (1:8)'
heatmap(x, y, z, projection = :polar) heatmap(x, y, z, projection = :polar)