Loading src/yapsut/graphics.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -402,7 +402,7 @@ class StandardFig() : self.fontsize_legend_title=self.fontsize_xylabels self.fontsize_legend_title=self.fontsize_xylabels def copy(self) : def copy(self) : import copy import copy return self.deepcopy(self) return copy.deepcopy(self) def __call__(self,squared=False) : def __call__(self,squared=False) : return self.new(squared=squared) return self.new(squared=squared) def new(self,squared=False) : def new(self,squared=False) : Loading Loading
src/yapsut/graphics.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -402,7 +402,7 @@ class StandardFig() : self.fontsize_legend_title=self.fontsize_xylabels self.fontsize_legend_title=self.fontsize_xylabels def copy(self) : def copy(self) : import copy import copy return self.deepcopy(self) return copy.deepcopy(self) def __call__(self,squared=False) : def __call__(self,squared=False) : return self.new(squared=squared) return self.new(squared=squared) def new(self,squared=False) : def new(self,squared=False) : Loading