Creates a waveform plot of the current ObsPy Stream object.
Parameters: |
|
---|
Dayplot Parameters
The following parameters are only available if type='dayplot' is set.
Parameters: |
|
---|
Section Parameters
These parameters are only available if type='section' is set. To plot a record section the ObsPy header trace.stats.distance must be defined in meters (Default). Or trace.stats.coordinates.latitude & trace.stats.coordinates.longitude must be set if plotted in azimuthal distances (azim_dist=True) along with ev_lat and ev_lon.
Parameters: |
|
---|
Color Options
Colors can be specified as defined in the matplotlib.colors documentation.
Short Version: For all color values, you can either use:
Example
>>> from obspy import read
>>> st = read()
>>> st.plot()