Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tkphd opened this issue Mar 16, 2023 · 0 comments

Comments

@tkphd
Copy link
Collaborator

tkphd commented Mar 16, 2023

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 ❤️ $\LaTeX$ in GitHub!

@wd15 wd15 added this to the April 2024 Meeting milestone Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants