Skip to content
Snippets Groups Projects
Commit 2ae6a7f8 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 0ee77768
No related branches found
No related tags found
No related merge requests found
......@@ -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) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment