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

Update plot_3d for zeta!=2pi case such that last surfaces don't connected automatically #717

Closed
YigitElma opened this issue Oct 20, 2023 · 0 comments
Assignees
Labels
low priority Nice to have, but not needed right away plotting stuff about plotting routines

Comments

@YigitElma
Copy link
Collaborator

For example, when you use,
from desc.grid import LinearGrid from desc.plotting import plot_3d grid = LinearGrid( rho=1, theta=np.linspace(0, 2 * np.pi, 300), zeta=np.linspace(0, 0.5 * np.pi, 300), axis=True, ) plot_3d(eq,"|B|", grid=grid)
It creates a result as,
image
Change it to allow open ends!

@YigitElma YigitElma self-assigned this Oct 20, 2023
@YigitElma YigitElma added low priority Nice to have, but not needed right away plotting stuff about plotting routines labels Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Nice to have, but not needed right away plotting stuff about plotting routines
Projects
None yet
Development

No branches or pull requests

1 participant