Skip to content
Snippets Groups Projects
Commit 3369d9b0 authored by mingf2's avatar mingf2
Browse files

fix typo

parent d124faae
Branches dev
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Description: Plot spectra
Author: Ming Fang
Date: 2022-09-20 21:06:52
LastEditors: Ming Fang
LastEditTime: 2022-09-20 22:49:49
LastEditTime: 2022-09-20 22:53:00
'''
import tkinter
from tkinter import ttk
......@@ -97,7 +97,7 @@ def plotSpectra(root):
ax3 = fig.add_subplot(223)
line3, = ax3.step(config.coincidenceSpectra.binCenters, config.coincidenceSpectra.binCounts, where='mid')
ax3.set_title('Coincidence spctrum. Total counts {0:d}'.format(config.coincidenceSpectra.getTotalCounts()))
ax3.set_title('Coincidence spectrum. Total counts {0:d}'.format(config.coincidenceSpectra.getTotalCounts()))
ax3.set_xlabel("Energy (keV)")
ax3.set_ylabel("Counts")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment