AlloViz.AlloViz.Elements.Edges._from_mgr

classmethod Edges._from_mgr(mgr: Manager, axes: list[Index]) Self

Construct a new object of this type from a Manager object and axes.

Parameters:
mgrManager

Must have the same ndim as cls.

axeslist[Index]

Notes

The axes must match mgr.axes, but are required for future-proofing in the event that axes are refactored out of the Manager objects.