Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
2f3e0cab
Commit
2f3e0cab
authored
Nov 14, 2017
by
syz
Committed by
CompPhysChris
Nov 15, 2017
Browse files
I reconstructed will now be a cyan line
parent
49282795
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/processing/giv_utils.py
View file @
2f3e0cab
...
...
@@ -458,7 +458,7 @@ def plot_bayesian_results(bias_sine, i_meas, i_corrected, bias_triang, resistanc
axes
[
2
].
plot
(
bias_sine
,
i_meas
,
'green'
,
linewidth
=
3
,
label
=
'I$_{meas}$'
)
if
i_recon
is
not
None
:
axes
[
2
].
plot
(
bias_sine
,
i_recon
,
'
k
--'
,
linewidth
=
2
,
label
=
'I$_{recon}$'
)
axes
[
2
].
plot
(
bias_sine
,
i_recon
,
'
c
--'
,
linewidth
=
3
,
label
=
'I$_{recon}$'
)
axes
[
2
].
plot
(
cos_omega_t
[
orig_half_pt
:],
i_correct_rolled
[
orig_half_pt
:],
'blue'
,
linewidth
=
3
,
label
=
'I$_{Bayes} Forw$'
)
axes
[
2
].
plot
(
cos_omega_t
[:
orig_half_pt
],
i_correct_rolled
[:
orig_half_pt
],
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment