Skip to content
Snippets Groups Projects
Commit a7f9f72c authored by Jan Gruis's avatar Jan Gruis
Browse files

changed output size

parent b06d7ec0
Branches
No related tags found
No related merge requests found
...@@ -443,7 +443,7 @@ class CTLMandTLMMeasurement(object): ...@@ -443,7 +443,7 @@ class CTLMandTLMMeasurement(object):
return save_RT1, save_RT2 # , RT1_included_distances return save_RT1, save_RT2 # , RT1_included_distances
def uigraph(self, size=(10, 8), PandaDataFrames=None, lin_reg_dfs=None): def uigraph(self, size=(5, 4), PandaDataFrames=None, lin_reg_dfs=None):
if PandaDataFrames is None: if PandaDataFrames is None:
PandaDataFrames = self.df PandaDataFrames = self.df
if lin_reg_dfs is None: if lin_reg_dfs is None:
...@@ -479,7 +479,7 @@ class CTLMandTLMMeasurement(object): ...@@ -479,7 +479,7 @@ class CTLMandTLMMeasurement(object):
#plt.close(fig) #plt.close(fig)
return return
def plotclosetozero(self, size=(10, 8), PandaDataFrames=None, number = 10): def plotclosetozero(self, size=(5, 4), PandaDataFrames=None, number = 10):
if PandaDataFrames is None: if PandaDataFrames is None:
PandaDataFrames = self.df PandaDataFrames = self.df
fig, ax = plt.subplots(figsize=size) fig, ax = plt.subplots(figsize=size)
...@@ -518,7 +518,7 @@ class CTLMandTLMMeasurement(object): ...@@ -518,7 +518,7 @@ class CTLMandTLMMeasurement(object):
return return
def rtgraph(self, size=(10, 8)): # Resistance Transfer def rtgraph(self, size=(5, 4)): # Resistance Transfer
fig, ax = plt.subplots(figsize=size) fig, ax = plt.subplots(figsize=size)
ax.scatter( ax.scatter(
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment