obspy.imaging.util
Waveform plotting utilities.
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Public Functions
This format function is used to format date ticklabels with decimal seconds but stripping trailing zeros. |
|
Function factory for format functions to format date ticklabels with given number of decimals to seconds (stripping trailing zeros). |
|
Format tick like '%H:%M' but add date to first tick |
|
Format tick like '%H:%M:%S' but add date to first tick |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Compare two single character component codes according to sane ZNE/ZRT/LQT order. |
|
Compare two trace IDs by network/station/location single character component codes according to sane ZNE/ZRT/LQT order. |
|
Set Formatter/Locator of x-Axis to use ObsPyAutoDateFormatter and do some other tweaking. |
|
Returns a full string representation of a |
Classes
Derived class to allow for more customized formatting with older matplotlib versions (older than 1.4.0, see matplotlib/matplotlib#2507). |