diff --git a/Inst_eddies/Documentation_texfol/Graphiques/regions.py b/Inst_eddies/Documentation_texfol/Graphiques/regions.py
index c4bc2db9ecafc954f3c0843ccfd0086db0f02603..12dbcc1922279081146da06ecb4840ddf7884dd6 100755
--- a/Inst_eddies/Documentation_texfol/Graphiques/regions.py
+++ b/Inst_eddies/Documentation_texfol/Graphiques/regions.py
@@ -24,6 +24,11 @@ for filename in glob.glob("h_region_*.nc") + ["h_outermost.nc"]:
         jumble.draw_bbox(f[lon][0], f[lon][-1], f[lat][0], f[lat][-1],
                          colors = next(colors), label = filename)
 
+jumble.draw_bbox(5.125, 12.125, -36.375, -32.375, colors = next(colors),
+                 label = "region 1")
+jumble.draw_bbox(5.875, 5.875 + 25 * 0.25, -32.125, -32.125 + 21 * 0.25,
+                 colors = next(colors), label = "region 6")
+
 ax.set_extent((-30, 60, -90, 0), ccrs.PlateCarree())
 ax.coastlines()
 ax.gridlines(draw_labels = True)