diff --git a/examples/load_and_reindex_bboxes.py b/examples/load_and_reindex_bboxes.py index 818c70b4..78a50318 100644 --- a/examples/load_and_reindex_bboxes.py +++ b/examples/load_and_reindex_bboxes.py @@ -231,6 +231,8 @@ # are plotted in blue, while the forward filled values are plotted in orange # and the linearly interpolated values in green. +# sphinx_gallery_thumbnail_number = 2 + # initialise figure fig = plt.figure(figsize=(8, 8)) @@ -329,7 +331,6 @@ # %% # Remove the output file # ---------------------- -# We can remove the output file we have just created. -# "nbsphinx": "hidden" - +# To remove the output file we have just created, we can run the following +# code. os.remove(filepath)