Update visualization.py
Browse files- visualization.py +0 -1
visualization.py
CHANGED
@@ -5,7 +5,6 @@ import pandas as pd
|
|
5 |
from matplotlib.patches import Rectangle
|
6 |
from utils import seconds_to_timecode
|
7 |
from anomaly_detection import determine_anomalies
|
8 |
-
plt.style.use('seaborn')
|
9 |
|
10 |
def plot_mse(df, mse_values, title, color='navy', time_threshold=3, anomaly_threshold=4):
|
11 |
plt.figure(figsize=(16, 8), dpi=400)
|
|
|
5 |
from matplotlib.patches import Rectangle
|
6 |
from utils import seconds_to_timecode
|
7 |
from anomaly_detection import determine_anomalies
|
|
|
8 |
|
9 |
def plot_mse(df, mse_values, title, color='navy', time_threshold=3, anomaly_threshold=4):
|
10 |
plt.figure(figsize=(16, 8), dpi=400)
|