From 2ae6a7f8c670fbd16854606905625d977c336f65 Mon Sep 17 00:00:00 2001 From: "Michele.Maris" <michele.maris@inaf.it> Date: Mon, 8 Jul 2024 13:09:02 +0200 Subject: [PATCH] u --- src/yapsut/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yapsut/graphics.py b/src/yapsut/graphics.py index f12e930..28d5162 100644 --- a/src/yapsut/graphics.py +++ b/src/yapsut/graphics.py @@ -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) : -- GitLab