obsplotlib

Plotting Tools for waveforms from Obspy


Keywords
Obspy, Seismology, Plotting, matplotlib, plotting-in-python, seismogram
License
Other
Install
pip install obsplotlib==0.4

Documentation

Documentation PyPi

Obsplotlib

This is a generic plotting toolbox for plots that are slightly nicer and provide more info that the generic obspy plotting tools.

Installation

pip install obsplotlib

Github

Documentation

Tutorial

Development

Fork the package, and install it locally

git clone git@github.com:<your_username>/obsplotlib.git
cd obsplotlib
pip install -e .

Commit changes, push, make pull request.