You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
Change it to allow open ends!
The text was updated successfully, but these errors were encountered:
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,
Change it to allow open ends!
The text was updated successfully, but these errors were encountered: