'Making binned polar plots

Python newbie here I have 3 sets of 1x130677 data, theta (0 to 360), R (0 to 30) and C. I want to create a polar plot that is binned in 5 degrees of theta increments and and 1 unit length of R. The C values are C(theta,R) [-not a function], first data in theta and R correspond to the first data in C. Each bin should contain multiple C values and average them and then the whole plot will be color coded. This is a close example:Polar histogram in Python for given r, theta and z values Any help making this plot is greatly appreciated! thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source