ggplot(med_df)+geom_raster(aes(x =x, y =y, fill =etopo1_ice_g_geotiff))+scale_fill_gradientn( colors =c("#001f3f", "#005f73", "#0a9396", "#94d2bd", "#e9d8a6"))+coord_sf(expand =FALSE)+labs( title ="Mediterranean Bathymetry", subtitle ="Marine depth and coastal terrain from the ETOPO1 dataset", caption ="From deepest seafloor (bathymetry) to highest mountain peaks (Alps)\nData: ngdc.noaa.gov | #30DayMapChallenge 2025 | Day 20: Water | Map: Federica Gazzelloni", fill ="Mean sea level\n(in meters)")+ggthemes::theme_map()+theme(legend.position ="bottom")