Time-Series Plots¶
-
plotseis(S::SeisData[, fmt="auto", use_name=false, nxt=5)])¶
Normalized trace plot of data in S. Time-series data use lines; irregularly-
sampled data are plotted with circles.
-
uptimes(S::SeisData[, summed=false, fmt="auto", use_name=false])¶
Plot uptimes of each channel in S using filled, colored bars.
If summed==true, plot uptimes for all channels in S that record timeseries data,
scaled so that y=1 corresponds to 100% of channels active. Non-timeseries
channels in S are not counted toward the cumulative total in a summed uptime plot.
Keywords¶
fmt=FMTformats x-axis labels using C-languagestrftimeformat stringFMT. If unspecified, the format is determined by when data inSstart and end.use_name=trueusesS.name, rather thanS.id, for trace labels.n=Nsets the number of X-axis ticks to N.