You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug/issue
When trying to give a plot a custom title, an attribute error occurs due to missing 'axs' attribute.
ie:
AttributeError: 'AxesImage' object has no attribute 'axs'
Steps to reproduce
Steps to reproduce the behaviour. For example:
Open DEA Sandbox
Launch the "DEA_products/DEA_GeoMAD.ipynb" notebook
in code cell 6, attempt to add 'titles' to the plotting function: rgb(ds, bands=["nbart_red", "nbart_green", "nbart_blue"], titles=pd.Timestamp(ds.time.values[0]).year)
Expected behaviour
The title in the output image should have been the year of the geomedian product ie '2021'
The text was updated successfully, but these errors were encountered:
Describe the bug/issue
When trying to give a plot a custom title, an attribute error occurs due to missing 'axs' attribute.
ie:
AttributeError: 'AxesImage' object has no attribute 'axs'
Steps to reproduce
Steps to reproduce the behaviour. For example:
rgb(ds, bands=["nbart_red", "nbart_green", "nbart_blue"], titles=pd.Timestamp(ds.time.values[0]).year)
Expected behaviour
The title in the output image should have been the year of the geomedian product ie '2021'
The text was updated successfully, but these errors were encountered: