Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Aug 12, 2024
1 parent 2d0b61b commit 9d9e5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfm_public/toolkit/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def plot_predictions(
plt.style.use("seaborn-v0_8-whitegrid")

# Adjust figure size and subplot spacing
fig, axs = plt.subplots(num_plots, 1, figsize=(10, 2*num_plots))
fig, axs = plt.subplots(num_plots, 1, figsize=(10, 2 * num_plots))
for i, ri in enumerate(random_indices):
batch = dset[ri]

Expand Down

0 comments on commit 9d9e5e5

Please sign in to comment.