j
k
j a
j l
Way 5: Add default `False` `iter` flag to `dataclass` decorator.
``` def __iter__(self) : return ((f.name, getattr(axes, f.name)) for f in fields(axes)) ```
And use: `plot(**dict(axes))`
Back to the thread
Back to the list