[add] auto set plotmethod 'fast' for large dataset

This commit is contained in:
2018-04-18 16:44:33 +02:00
parent 349715d13c
commit af54cb0d4b
2 changed files with 12 additions and 3 deletions

View File

@@ -540,6 +540,7 @@ class WaveformWidgetPG(QtGui.QWidget):
for n, (network, station, channel) in enumerate(nsc):
n+=1
st = st_select.select(network=network, station=station, channel=channel)
trace = st[0].copy()
st_syn = wfsyn.select(network=network, station=station, channel=channel)
if st_syn:
trace_syn = st_syn[0].copy()