Fetching axes #178
andrzejnovak
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a better way to fetch a specific axis than
[ax for ax in self.axes if ax.name == 'some_name']
if not, couldself.axes
return a named tuple instead?Beta Was this translation helpful? Give feedback.
All reactions