fix: Pickle PlotRange
This commit is contained in:
@@ -386,6 +386,9 @@ class PlotRange(tuple):
|
|||||||
def sort_axis(self, axis: np.ndarray) -> tuple[np.ndarray, np.ndarray, tuple[float, float]]:
|
def sort_axis(self, axis: np.ndarray) -> tuple[np.ndarray, np.ndarray, tuple[float, float]]:
|
||||||
return sort_axis(axis, self)
|
return sort_axis(axis, self)
|
||||||
|
|
||||||
|
def __reduce__(self):
|
||||||
|
return (PlotRange, (self.left, self.right, self.unit))
|
||||||
|
|
||||||
|
|
||||||
def sort_axis(
|
def sort_axis(
|
||||||
axis: np.ndarray, plt_range: PlotRange
|
axis: np.ndarray, plt_range: PlotRange
|
||||||
|
|||||||
Reference in New Issue
Block a user