hvasbath / beat

Bayesian Earthquake Analysis Tool
GNU General Public License v3.0
128 stars 42 forks source link

Update plotting.py: imshow default interpolation method #83

Closed mgovorcin closed 3 years ago

mgovorcin commented 3 years ago

Added 'nearest' as the default interpolation method in plotting scene_fits with matplotlib.pyplot.imshow

Matplotlib introduced a change in the default interpolation version: 'nearest' > 'antaliased' since ver. 3.3

hvasbath commented 3 years ago

Thanks a lot for the contribution!