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