Skip to content

Commit

Permalink
Select thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 2, 2024
1 parent 66f660e commit b02435f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/load_and_reindex_bboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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)

0 comments on commit b02435f

Please sign in to comment.