I have a 2D array, where every cell marks a range of an angle and a radius, e.g. array[0][0]
marks the area between an angle of -180 degrees and -178.5 degrees and a radius between 0 and 2. In the cell, there is a value I want to visualize in a circular heatmap, where the areas for the given angle and radius range are colored depending on the value.
Any way to do this?