I need to create maps for 6 raster datasets. How can I read TIFF-format raster data and then use the fig.colorbar from the ultraplot library to draw a colorbar on the leftmost side? I tried using ax.imshow, contourf, and pcolor but none worked.
Similar to replacing the basemap with my own raster data
