tsview.py error in changing dates #1437
Unanswered
jeffrey1102
asked this question in
Q&A
Replies: 2 comments
-
|
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It looks like the error is due to empty data. Could you share your data files here to help locate the exact cause and for debugging? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of the problem
when I use tsview.py to plot my time-series and I navigate in the bar to check the variation of displacement in the various dates it doesn't change giving this error
AttributeError: '_ScalarMappable' object has no attribute 'set_data'Full script that generated the error
tsview.py timeseries_SET_tropHgt_ramo_demErr.h5 --ylim -10 10 -d ../../2015_2020/dem/demLat_N37_N39_Lon_E014_E016.dem.wgs84 --dem-blend -v -10 10
Full error message
AttributeError: '_ScalarMappable' object has no attribute 'set_data'
Traceback (most recent call last):
File "/mnt/work/miniconda3/envs/earthscope_insar/lib/python3.12/site-packages/matplotlib/cbook.py", line 361, in process
func(*args, **kwargs)
File "/mnt/work/miniconda3/envs/earthscope_insar/lib/python3.12/site-packages/mintpy/tsview.py", line 812, in update_image
self.img.set_data(data_img) # update image
System information
Beta Was this translation helpful? Give feedback.
All reactions