Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
91003a94
Commit
91003a94
authored
Nov 22, 2018
by
Thomas Vincent
Browse files
fix title of center of mass plots
parent
1f0b1f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsocs/gui/view/fitview/Plotter.py
View file @
91003a94
...
...
@@ -82,7 +82,6 @@ class CentroidPlotter(Plotter):
"""Plot center-of-mass/Max results"""
def
plotFit
(
self
,
plot
,
x
,
peakParams
):
plot
.
setGraphTitle
(
'center of mass'
)
for
peakName
,
peak
in
peakParams
.
items
():
center
=
peak
.
get
(
'COM'
)
xmax
=
peak
.
get
(
'Pos_max'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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