fix pyplot polar heatmap size

This commit is contained in:
Daniel Schwabeneder 2020-10-21 23:20:34 +02:00
parent 959fee92a6
commit 08932633d0

View File

@ -911,7 +911,7 @@ function _before_layout_calcs(plt::Plot{PyPlotBackend})
fig = plt.o
if RecipesPipeline.is3d(sp)
if RecipesPipeline.is3d(sp) || ispolar(sp)
cbax = fig."add_axes"([0.9, 0.1, 0.03, 0.8])
cb = fig."colorbar"(handle; cax=cbax, kw...)
else