Skip to content

Commit 32a73fc

Browse files
committed
Quote
1 parent 9de76c3 commit 32a73fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/decoding/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def plot(frames: torch.Tensor, title: str | None = None):
4141
print("Cannot plot, please run `pip install torchvision matplotlib`")
4242
return
4343

44-
plt.rcParams['savefig.bbox'] = 'tight'
44+
plt.rcParams["savefig.bbox"] = 'tight'
4545
fig, ax = plt.subplots()
4646
ax.imshow(to_pil_image(make_grid(frames)))
4747
ax.set(xticklabels=[], yticklabels=[], xticks=[], yticks=[])

0 commit comments

Comments
 (0)