Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
JupyLabBook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIRIUS Beamline
Notebooks
JupyLabBook
Commits
4a5af060
Commit
4a5af060
authored
Feb 29, 2024
by
Arnaud HEMMERLE
Browse files
Options
Downloads
Patches
Plain Diff
Replace typo sprectogram.pdf with spectrogram.
parent
05f60216
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
lib/backend/xrf.py
+1
-1
1 addition, 1 deletion
lib/backend/xrf.py
with
3 additions
and
1 deletion
CHANGELOG.md
+
2
−
0
View file @
4a5af060
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
-
Change nb of characters to split in two lines in Title and Remarks.
-
Change nb of characters to split in two lines in Title and Remarks.
-
Replace typo sprectogram.pdf with spectrogram.
## v3.1.2
## v3.1.2
-
Update LICENCE, CONTRIBUTORS, docs.
-
Update LICENCE, CONTRIBUTORS, docs.
...
...
This diff is collapsed.
Click to expand it.
lib/backend/xrf.py
+
1
−
1
View file @
4a5af060
...
@@ -636,7 +636,7 @@ def save_xrf_scan(
...
@@ -636,7 +636,7 @@ def save_xrf_scan(
plt
.
close
()
plt
.
close
()
if
fig_spectrogram
is
not
None
:
if
fig_spectrogram
is
not
None
:
plt
.
figure
(
fig_spectrogram
)
plt
.
figure
(
fig_spectrogram
)
plt
.
savefig
(
save_name
+
'
_sp
r
ectogram.pdf
'
,
bbox_inches
=
'
tight
'
)
plt
.
savefig
(
save_name
+
'
_spect
r
ogram.pdf
'
,
bbox_inches
=
'
tight
'
)
plt
.
close
()
plt
.
close
()
if
fig_first_last
is
not
None
:
if
fig_first_last
is
not
None
:
plt
.
figure
(
fig_first_last
)
plt
.
figure
(
fig_first_last
)
...
...
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