Skip to content

Commit

Permalink
edit image draw script 4
Browse files Browse the repository at this point in the history
  • Loading branch information
colourfulspring committed Feb 26, 2024
1 parent c3ff828 commit 31a52a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard_data_04_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Loop through each file found
for num, file_path in enumerate(files):
# Create a line plot
plt.figure(figsize=(10, 8))
plt.figure(figsize=(10, 6))

# Get the directory where the file is located relative to the source directory
relative_dir = os.path.relpath(os.path.dirname(file_path), source_dir)
Expand Down

0 comments on commit 31a52a6

Please sign in to comment.