insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
560 stars 245 forks source link

Change Mix, Max Range of Colorbar #1101

Closed gjustin40 closed 9 months ago

gjustin40 commented 9 months ago

I'm trying to visualize the result of displacement with velocity.

For personal reasons, I want to customize the range of the colorbar's min/max value. The purpose of this customization is to normalize the displacement values by color to make them more visible.

Is there any function in MintPy to set the minimum and maximum range of the colorbar? If not, I will just read the .h5 file and visualize it myself.

Thank you.

yunjunz commented 9 months ago

The view.py command is very powerful. What you are looking for is view.py -v option. Run view.py --help for detailed usage and examples.