Skip to content

Conversation

@daschw
Copy link
Member

@daschw daschw commented Oct 21, 2020

fix #3081

using Plots
pyplot()
θ = deg2rad.(0:1:360)
r = 0:100
heatmap(θ, r, rand(length(θ), length(r))', projection = :polar)

pyplot-polar

Thanks a lot to @fhagemann for finding out when the regression happened!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] PyPlot polar heatmaps are plotted tiny if the radial array is long

1 participant