We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vType
plot_3d_slicer
The plot_3d_slicer introduced in v0.3.4 has a vType-argument, but at the moment only CC is implemented.
CC
Expand it to accept same vType-list as plotSlice: CC, CCv, N, F, E, Fx, Fy, Fz, E, Ex, Ey, Ez.
plotSlice
CCv
N
F
E
Fx
Fy
Fz
Ex
Ey
Ez
#110 would resolve this issue. However, I think #110 might be a bit more work, and this issue could be resolve more easily with a few tweaks.
The text was updated successfully, but these errors were encountered:
vTypes
views
Since #121, CC, Fx, Fy, Fz, E, Ex, Ey, and Ez are implemented.
N, F, and E are missing, but these do require #110. So I close this issue.
Sorry, something went wrong.
No branches or pull requests
The
plot_3d_slicer
introduced in v0.3.4 has avType
-argument, but at the moment onlyCC
is implemented.Expand it to accept same
vType
-list asplotSlice
:CC
,CCv
,N
,F
,E
,Fx
,Fy
,Fz
,E
,Ex
,Ey
,Ez
.#110 would resolve this issue. However, I think #110 might be a bit more work, and this issue could be resolve more easily with a few tweaks.
The text was updated successfully, but these errors were encountered: