TGraphPolar time on radial axis

Hello,

is there any possibility to rewrite the labels of the radial axis of a TGraphPolar plot to time labels like

Graph.GetXaxis().SetTimeFormat("%H:%M")
Graph.GetXaxis().SetTimeDisplay(1)

in cartesian plots?

Thanks a lot

No, TGraphPolar is a special class which has its own axis system.