Skip to content

Commit 401dce9

Browse files
committed
Deleted axes labels
1 parent 99d5f6c commit 401dce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ def reactUpdate(self, event):
158158
spectrum.lambdas, spectrum.values,
159159
color=colorVal
160160
)
161-
plotting_area.xlabel("Wavelength (nm)")
162-
plotting_area.ylabel("Counts")
163161
canvas.draw()
164162

165163
# %% Application Object, true application is happening here

0 commit comments

Comments
 (0)