Commit 2ae6a7f8 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 0ee77768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) :