pfhub icon indicating copy to clipboard operation
pfhub copied to clipboard

[Feature]: Sort surface points by theta (increasing from -pi/2) before plotting

Open tkphd opened this issue 1 year ago • 0 comments

Description

The surface plot for BM4 has zig-zaggy character due to the order in which points are presented in the data.

Suggested Solution:

Convert $(x,y)$ to $\theta$, sort, then plot the transformed $(x',y')$.

Alternatives:

Sort in increasing order of $y$? But that would create horizontal dashes for the circular interface.

Additional Context:

I :heart: $\LaTeX$ in GitHub!

tkphd avatar Mar 16 '23 16:03 tkphd