insarlab / MintPy

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

Update plot.py #1037

Closed mohseniaref closed 1 year ago

mohseniaref commented 1 year ago

Title: Update reference link and default colorbar to improve accessibility

Description: In this update, I've made two key changes:

  1. I've updated the reference link to ensure it points to the most current and relevant information. This will help users better understand the context and usage of Mintpy.

  2. I've changed the default colorbar to 'roma', following the guidelines from this Nature article. The 'roma' colorbar is more suitable for individuals with color vision deficiency, making Mintpy more accessible to a wider audience.

I realize that simple modification doesn't work so I really appreciate if you can guide me how to change all to jet colorbar to roma, it seems there is from mintpy.colors import ColormapExt cmap = ColormapExt('roma').colromap

It seems cmcrameri is not part of Mintpy so should we just focus on implementation via Mintpy?

https://pypi.org/project/cmcrameri/

last updated!

It is not included matplotlib so it should be registered in matplotlib

Description of proposed changes

Reminders