You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

458 B

  1. The question is validated if the plot reproduces the image and the given criteria:

The plot has to contain:

  • 6 subplots: 2 rows, 3 columns

  • Keep space between plots: hspace=0.5 and wspace=0.5

  • Each plot contains

    • Text (2,3,i) centered at 0.5, 0.5. Hint: check the parameter ha of text
    • a title: Title i

alt text

Check that the plot has been created with a for loop.