plotters icon indicating copy to clipboard operation
plotters copied to clipboard

[Feature Request] Heatmaps in polar coordinates

Open curldivergence opened this issue 2 years ago • 2 comments

Hi! Is there any chance it's currently possible to create a polar-coordinates heatmap using plotters?

image

Unfortunately didn't see anything like it in the examples.

Thank you!

curldivergence avatar May 14 '22 14:05 curldivergence

Hi there, thanks for using plotters. Unfortunately, plotters doesn't support polar axis currently - it's on the to do list.

Recently, a PR was merged for pie plot which is related to the polar coordinate - however, in currently version this is not yet supported.

See https://github.com/plotters-rs/plotters/blob/master/examples/pie.rs for the details about the pie plot.

And we are definitely want to add this feature to the next release.

Cheers! Hao

38 avatar May 27 '22 17:05 38

Hi, I see, thanks a lot for help :)

curldivergence avatar May 27 '22 20:05 curldivergence