Skip to content

Commit 3bca264

Browse files
committed
fix(examples): defer figure plotting.
1 parent 7898344 commit 3bca264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/trajectories/example_grad_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
grad_ax = gsgrad.subplots(sharex=True)
9797
axs = gstraj.subplots(sharex=True, sharey=True)
9898
time = np.arange(full_grads["lp"].shape[1]) * acq.raster_time # in ms
99+
# sphinx_gallery_defer_figures
99100

100101
# %%
101102
# Plot gradients

0 commit comments

Comments
 (0)