Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
labcode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CST
labcode
Commits
a7f9f72c
Commit
a7f9f72c
authored
4 months ago
by
Jan Gruis
Browse files
Options
Downloads
Patches
Plain Diff
changed output size
parent
b06d7ec0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hp4155/TLM-CTLM/ctlmevaluationlib.py
+3
-3
3 additions, 3 deletions
hp4155/TLM-CTLM/ctlmevaluationlib.py
hp4155/TLM-CTLM/evaluate_directory.ipynb
+25
-23
25 additions, 23 deletions
hp4155/TLM-CTLM/evaluate_directory.ipynb
with
28 additions
and
26 deletions
hp4155/TLM-CTLM/ctlmevaluationlib.py
+
3
−
3
View file @
a7f9f72c
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
hp4155/TLM-CTLM/evaluate_directory.ipynb
+
25
−
23
View file @
a7f9f72c
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment