Skip to content

Commit

Permalink
Update figure title
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Nov 1, 2024
1 parent 5fa6684 commit 5a78d05
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def plot_time(
location = "(local file)"
else:
location = "(remote file on s3)"
title = f"Duration for resampling {dataset_title} {location} (s)"
title = f"Duration for resampling {dataset_title} {location}"
plt = subset.hvplot.bar(
width=1000,
rot=90,
Expand Down
Loading

0 comments on commit 5a78d05

Please sign in to comment.