From 31a52a6183fcf3bf94a233e85015287ad7c449d8 Mon Sep 17 00:00:00 2001 From: colourfulspring Date: Mon, 26 Feb 2024 10:42:21 +0800 Subject: [PATCH] edit image draw script 4 --- tensorboard_data_04_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboard_data_04_image.py b/tensorboard_data_04_image.py index bb991532..5e828a97 100644 --- a/tensorboard_data_04_image.py +++ b/tensorboard_data_04_image.py @@ -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)