-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ `cli.view`: - add `--style` option to be able to switch between image and scatter style, leveraging the `matplotlib.pyplot.imshow/scatter()` functions. This is useful for high-resolution data with lots of holes from unsuccessful unwrapping. Plotting larger than pixel size fills holes like a low-pass filter. - add `--scatter-size` option to be able to change the scatter plot marker size. + `view.plot_slice()`: - add a new sub-function `extent2meshgrid` to calculate the xx/yy coordinates from a given extent and data shape. - call `matplotlib.pyplot.scatter()` for the scatter plot in both geo/yx coordinates. Note that this functionality is for the single plot scenario ONLY. --------- Co-authored-by: Zhang Yunjun <[email protected]>
- Loading branch information
1 parent
590a067
commit 05f803a
Showing
2 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters