From a925f736fed6a8d211529952b238cb4c73e01707 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 14:59:56 -0600 Subject: covnert colour --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 173b7d9..3c64840 100644 --- a/api.py +++ b/api.py @@ -47,7 +47,7 @@ def plot_data(x_data, y_data, std_dev_data, color_picker, labels, df, enable_trendline=True, enable_grid=False, trendline_color="#000000", x_axis_scale="linear", y_axis_scale="linear", trendline_equation=None, special_mode=False): fig, ax = plt.subplots(dpi=300) - special_mode_color = (38,56,97) + special_mode_color = (38/255,56/255,97/255) plots = [] -- cgit v1.2.3