A big thanks to ujubee.com for challenging me to create a polar bar chart last week – I hadn’t done one of these before, but the matplotlib polar_bar_demo documentation was most excellent – and you can see from the test sample below that the results are very pretty!
If you’re interested in a bit more detail on how the construction of the chart works you can check out my plotting code here: How it works – matplotlib, polar bar chart.