uafgeotools / rtm

A Python package for locating infrasound sources using reverse time migration
https://uaf-rtm.readthedocs.io/
MIT License
38 stars 13 forks source link

Use ConciseDateFormatter for datetime axes #40

Closed liamtoney closed 4 years ago

liamtoney commented 4 years ago

Addresses #38.

OLD                                                                                    NEW

old          new

This mainly makes datetime ticks and labeling consistent and the label more informative. The formatter also makes interactive zooming/panning retain sensible labels and tick intervals (try on example_local.py to see what I mean).