A visualization tool for SeisIO.jl based on PyPlot.
Installation | Documentation
- Ensure Python is installed and working on your machine.
- Install matplotlib for Python. *
- From the Julia prompt, press "]" to enter package mode, then type "add PlotSeis"
- Exit package mode with "^C", then type "using PlotSeis"
* for OS X, we recommend the Homebrew installation instructions of PyPlot.jl:
brew install python gcc freetype pyqt
brew link --force freetype
pip install numpy scipy matplotlib