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
I think it makes more sense grammar-wise to if we call them CoordinateSystem.axis_namesinstead ofCoordinateSystem.axes_names`.
instead of
The text was updated successfully, but these errors were encountered:
I think the CoordinateSystems should have a public axes parameter to just get the axes. Not sure why this is private at the moment.
CoordinateSystem
axes
But then, I think I like:
cs.axes cs.axes_names
Better than:
cs.axes cs.axis_names
Sorry, something went wrong.
@melonora and I agree with @ivirshup, so we just need to
axes()
NgffCoordinateSystem
No branches or pull requests
I think it makes more sense grammar-wise to if we call them CoordinateSystem.axis_names
instead of
CoordinateSystem.axes_names`.The text was updated successfully, but these errors were encountered: