epezent / implot

Immediate Mode Plotting
MIT License
4.78k stars 531 forks source link

[Feature] Could we have a polar plot? #305

Closed foldl closed 2 years ago

sonoro1234 commented 2 years ago

You could use PlotLineG and in the getter function producing theta and rho, set x = cos(theta)rho and y = sin(theta)rho