plot tool updates

This commit is contained in:
Jan Kowalczyk
2025-08-13 14:15:38 +02:00
parent 37ac637c9c
commit a936b754cb
3 changed files with 10 additions and 42 deletions

View File

@@ -150,7 +150,7 @@ def plot_data_points(normal_experiment_paths, anomaly_experiment_paths, title):
plt.savefig(output_datetime_path / "missing_points_density.png")
# create another density version which does not plot number of missing points but percentage of measurements that are missing (total number of points is 32*2048)
bins = np.linspace(0, 1, 100)
bins = np.linspace(0, 0.6, 100)
plt.clf()
plt.figure(figsize=(10, 5))
plt.hist(