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

u

parent 32286888
Branches master
No related tags found
No related merge requests found
...@@ -195,6 +195,11 @@ class StandardFig() : ...@@ -195,6 +195,11 @@ class StandardFig() :
@property @property
def figsize(self) : def figsize(self) :
return self._figsize return self._figsize
@figsize.setter
def figsize(self,this) :
self._figsize=this
self._figratio=this[1]/this[0]
self._figside=this[0]
# #
@property @property
def split_path(self) : def split_path(self) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment