[bugfix] plotting pick of lower most channel
This commit is contained in:
parent
29701ea68b
commit
b23228253a
@ -1154,7 +1154,7 @@ class MainWindow(QMainWindow):
|
||||
return
|
||||
# plotting picks
|
||||
plotID = self.getStationID(station)
|
||||
if not plotID:
|
||||
if plotID is None:
|
||||
return
|
||||
ax = self.getPlotWidget().axes
|
||||
ylims = np.array([-.5, +.5]) + plotID
|
||||
|
@ -1 +1 @@
|
||||
bcc5-dirty
|
||||
29701-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user