Skip to content

Commit

Permalink
Bigger figure
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 16, 2025
1 parent 05ee2b5 commit 8a19122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/vbi_extents.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ first_tiles = ds.slice_tiles[0]
```

```{code-cell} ipython3
fig = ds.plot(0, share_zscale=True)
fig = plt.figure(figsize=(12, 12))
fig = ds.plot(0, share_zscale=True, fig=fig)
```

Now let's extract the timestamps of each of these tiles
Expand Down

0 comments on commit 8a19122

Please sign in to comment.