Question: Polarplot with error bars

I've been trying to find a way to plot error bars in a polar coordinate system. Using ErrorPlot i can display my data with error bars in cartesian coordinates but the usual option 'coords=polar' doesn't seem to be followed. Perversely, the option 'axiscoordinates=polar' does work in ErrorPlot, so i just get a cartesian plot of my data sitting on top of a polar axis. Is there a way to plot my data with errors in a polar basis?

Please Wait...