https://github.com/insarlab/MintPy
Revision 90aee2b56353cfb592837433ffcecb7ec40749ba authored by Zhang Yunjun on 19 April 2021, 21:31:36 UTC, committed by Zhang Yunjun on 24 April 2021, 00:00:43 UTC
+ view:
   - turn on the sharex/y for multiple subplots using plt.subplots() and fig.delaxes() to replace the previous plt.figure() and fig.add_subplot(), to remove the unnecesary ticklabels between subplots.
   - plot_figure(): update set_window_title() usage to the recommend usage to avoid deprecation warnning.

+ utils.plot: set nan value pixel in the mask file as false

+ utils.readfile.get_slice_list: more tolerant file name pattern for offset bip file

+ objects.sensor: Add an incomplete set of sensor parameters for SAOCOM from Giudici et al. (2017)

+ asc_desc2horz_vert: fix typo in the print out msg for distance unit

+ save_kite: move kite import into sub-func so that one can check the help msg, without kite/pyrocko installed.

+ docs/dir_struct*: format cleanup
1 parent b5cae26
History
Tip revision: 90aee2b56353cfb592837433ffcecb7ec40749ba authored by Zhang Yunjun on 19 April 2021, 21:31:36 UTC
view: share x/y axis for multiple subplots
Tip revision: 90aee2b
File Mode Size
.circleci
.github
docker
docs
mintpy
test
.gitignore -rw-r--r-- 187 bytes
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 89 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 91 bytes
readthedocs.yml -rw-r--r-- 582 bytes
setup.py -rw-r--r-- 3.9 KB

back to top